For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete webhook

Permanently delete a webhook. This action cannot be undone. After deletion the URL no longer receives event notifications.

Delete webhook

delete

Permanently delete a webhook. This action cannot be undone. After deletion the URL no longer receives event notifications.

Authorizations
AuthorizationstringRequired

API Token authentication

Path parameters
webhookIdstringRequired

Webhook ID (returned when the webhook was created)

Example: 019683f8-1234-7abc-8def-0123456789ab
Responses
200

Success response

application/json
messagestringOptionalExample: Request accepted
delete/api/mail/v1/webhooks/{webhookId}
DELETE /api/mail/v1/webhooks/{webhookId} HTTP/1.1
Host: developers.hostinger.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "message": "Request accepted"
}

Last updated

Was this helpful?