Webhook

DELETE

Example of deleting a specified webhook

Request

DELETE /webhooks/1 HTTP/1.1

Response

HTTP/1.1 204 No Content

Validation Errors

404 Not Found – Webhook Not Found

{
  "message": ""
}

Possible causes:

  • The ID in the URL (/webhooks/1) does not point to a valid Webhook or is invalid.