cURL
curl --request DELETE \ --url https://api.shelv.dev/api/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>
Webhook deleted