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

Authorizations

Authorization
string
header
required

Authorization: Bearer sk_live_xxxxx

Path Parameters

id
string
required

Response

Webhook removido.

success
boolean
Example:

true