Logo
⌘K

Delete Webhook

Delete a webhook specified by its id.
Parameters

id

string

Required

Unique id of the webhook to delete.
Returns

Success status of the delete operation.

DELETE

/webhooks/delete

curl -X DELETE 'https://www.artelo.io/api/open/webhooks/delete?id=f6b7a6cc-8e73-4e0f-b613-28895b0f1137' \
  -H 'Authorization: Bearer your-token'
Response
{
  "success": true
}