#DELETE
#Example of deleting a specified webhook
DELETE /webhooks/1 HTTP/1.1
HTTP/1.1 204 No Content
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.