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