Delete a specific Webhook
DELETE/webhook/:guid
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Soft deletes a specific Webhook.
Note, we need to have Webhook manager permissions before we can remove this item.
Request​
Responses​
- 204
- 403
- 404
- 500
Webhook deleted.
Unauthorized. You do not have permission to manage the Webhook.
Webhook not found.
Internal server error. Deleting the Webhook failed.