Skip to main content
DELETE
/
webhooks
/
{uuid}
Delete a webhook
curl --request DELETE \
  --url https://api.jetemail.com/webhooks/{uuid} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Webhook deleted successfully"
}

Authorizations

Authorization
string
header
required

API key for account management endpoints. Use your api_ prefixed token.

Path Parameters

uuid
string<uuid>
required

UUID of the webhook to delete

Response

Webhook deleted successfully

success
boolean
Example:

true

message
string
Example:

"Webhook deleted successfully"