Request
Body Params multipart/form-data
Token generated by the management backend
Mail ID (can be obtained from the GetMX management backend or through the /v1/mail/list endpoint; the 'id' field is the 'mail_id').
Request samples
curl --location --request POST 'https://domain-open-api.getmx.com/v1/mail/delete' \
--form 'token="token"' \
--form 'mail_id="12345678"'
Responses
application/json {
"code": 0,
"msg": "string",
"data": {}
}
Modified at 2024-12-03 00:48:44