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

Delete forwarder

Delete a forwarder. The mailbox stops forwarding messages to the destination address immediately.

Delete forwarder

delete

Delete a forwarder. The mailbox stops forwarding messages to the destination address immediately.

Authorizations
AuthorizationstringRequired

API Token authentication

Path parameters
forwarderIdstringRequired

Forwarder resource ID

Example: FW1a2b3c4d5e6f7g
Responses
200

Success response

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

Last updated

Was this helpful?