Mail: Webhooks
Delete webhook
Permanently delete a webhook. This action cannot be undone. After deletion the URL no longer receives event notifications.
delete/api/mail/v1/webhooks/{webhookId}
Path parameters
webhookIdstring required
Example:019683f8-1234-7abc-8def-0123456789ab
Webhook ID (returned when the webhook was created)
Response
Success response
Example response
{
"message": "Request accepted"
}