Skip to main content
DELETE
/
webhooks
Delete a webhook
curl --request DELETE \
  --url https://api.leokit.dev/webhooks \
  --header 'Api-Key: <api-key>'
{
  "data": {
    "deleted": true
  }
}
Pass the webhook id returned by List Webhooks as the id query parameter. Once deleted, no further deliveries will be attempted. If a delivery is already in-flight (in the retry queue), it may still be attempted once before the worker observes the deletion.

Authorizations

Api-Key
string
header
required

Demo API-Key (Sandbox): 7037d2b3-9c76-4f62-b730-c544f7570fa4

Query Parameters

id
string<uuid>
required

Response

Webhook deleted.

data
object