cURL
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" }
This endpoint deletes an existing webhook by its ID.
API key for authentication.
The unique identifier of the webhook to be deleted.
"20c775ff-666c-42d7-b4db-26e4af4e43c7"
Webhook deleted successfully.
"Successfully deleted webhook"