Delete Webhook
DELETE {{endpoint}}/webhooks/:webhook
Deletes a webhook
Returns
-
200with true in body if webhook was deleted successfully -
401if authentication fails -
403if user has insufficient roles (users withuser
andadmin
roles can update a webhook, users withviewer
role cannot) -
404if webhook doesn't exist
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
x-api-key | string |
RESPONSES
status: OK
true