Skip to main content
DELETE
/
webhooks
/
delete
/
{webhookId}
Delete a webhook
curl --request DELETE \
  --url https://api.simplified-webhooks.com/webhooks/delete/{webhookId} \
  --header 'Authorization: <api-key>'
{
  "message": "Successfully deleted webhook",
  "webhookId": "20c775ff-666c-42d7-b4db-26e4af4e43c7"
}

Authorizations

Authorization
string
header
required

API key for authentication.

Path Parameters

webhookId
string<uuid>
required

The unique identifier of the webhook to be deleted.

Example:

"20c775ff-666c-42d7-b4db-26e4af4e43c7"

Response

Webhook deleted successfully.

message
string
Example:

"Successfully deleted webhook"

webhookId
string<uuid>
Example:

"20c775ff-666c-42d7-b4db-26e4af4e43c7"