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

Delete autoreply

Delete the autoreply of a mailbox. The mailbox stops sending automatic replies immediately.

Delete autoreply

delete

Delete the autoreply of a mailbox. The mailbox stops sending automatic replies immediately.

Authorizations
AuthorizationstringRequired

API Token authentication

Path parameters
autoreplyIdstringRequired

Autoreply resource ID

Example: AR1a2b3c4d5e6f7g
Responses
200

Success response

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

Last updated

Was this helpful?