Skip to main content
DELETE
/
v1
/
webhooks
/
{id}
curl -X DELETE https://api.flux.dev/v1/webhooks/wh_abc123 \
  -H "Authorization: Bearer sk_live_..."
{
  "id": "wh_abc123",
  "deleted": true
}
Deletes a webhook endpoint. After deletion, Flux will no longer send events to this URL.
id
string
required
The webhook ID (e.g., wh_abc123)
curl -X DELETE https://api.flux.dev/v1/webhooks/wh_abc123 \
  -H "Authorization: Bearer sk_live_..."
{
  "id": "wh_abc123",
  "deleted": true
}