cURL
curl --request DELETE \ --url https://api.notifique.dev/v1/webhooks/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Remove o webhook do workspace. Escopo: webhooks:manage.
webhooks:manage
Authorization: Bearer sk_live_xxxxx
Webhook removido.
true
Was this page helpful?