Skip to main content
DELETE
/
api
/
webhooks
/
{id}
Delete a webhook
curl --request DELETE \
  --url https://api.shelv.dev/api/webhooks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Response

Webhook deleted

success
boolean
required