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

Delete catch-all

Delete a catch-all. Messages sent to unknown addresses of the domain are no longer routed to the mailbox.

Delete catch-all

delete

Delete a catch-all. Messages sent to unknown addresses of the domain are no longer routed to the mailbox.

Authorizations
AuthorizationstringRequired

API Token authentication

Path parameters
catchallIdstringRequired

Catch-all resource ID

Example: CA1a2b3c4d5e6f7g
Responses
200

Success response

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

Last updated

Was this helpful?