Mailbox management

Delete a mailbox

Deletes a given mailbox.

delete/1/mail_hostings/{mail_hosting_id}/mailboxes/{mailbox_name}

Path parameters

mail_hosting_idinteger required

The unique identifier (ID) of the mail hosting to request.

mailbox_namestring required

The username (that is the part before the @) of the email address you want to request.

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

databoolean

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.