cURL
curl --request DELETE \ --url https://console.sendlayer.com/api/v1/webhooks/{id} \ --header 'Authorization: Bearer <token>'
Deletes a webhook by ID. Be sure to replace {id} with the ID of the webhook you’d like to delete.
{id}
For details on using webhooks in the SendLayer app, see our guide to managing webhooks.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The id of the webhook to delete
Sucessful response
Was this page helpful?