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 with user and admin roles can update a webhook, users with viewer role cannot)
  • 404 if webhook doesn't exist

HEADERS

KeyDatatypeRequiredDescription
x-api-keystring

RESPONSES

status: OK

true