This deletion interface performs a permanent deletion without moving to trash. To delete to trash, please use the /v1/message/move folder movement interface.
For quick deletion of all emails in a mailbox, please use the /v1/mail/clean-up one-click cleanup interface.
Request
Body Params multipart/form-data
token
string
required
Token generated by the management backend
Example:
{{token}}
folder
string
required
Email folder, through the /v1/message/folder/list endpoint. e.g. Inbox. Note: Inbox for incoming messages, Drafts for drafts, Sent for sent messages, Deleted Items for deleted emails.
Example:
Inbox
mail_id
string
required
Mail ID (can be obtained from the GetMX management backend or through the /v1/mail/list endpoint; the 'id' field is the 'mail_id').
Example:
12345678
message_id
string
required
Message ID (obtainable through the /v1/message/list endpoint; the 'id' field corresponds to 'message_id')