cURL
curl --request DELETE \ --url https://api.jetemail.com/webhooks/{uuid} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Webhook deleted successfully" }
Deletes a webhook configuration
API key for account management endpoints. Use your api_ prefixed token.
UUID of the webhook to delete
Webhook deleted successfully
true
"Webhook deleted successfully"