cURL
curl --request DELETE \ --url https://api.shelv.dev/v1/webhooks/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Remove a webhook endpoint.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
^wh_[0-9a-f]{24}$
Webhook deleted