Request Body#
mailboxId#
Description: Mailbox id to be processed.
Mailboxes can only be removed earlier than 24 hours before the subscription expiry date.
If the workspace has one mailbox entire workspace wil be deleted.
Mailboxes can be reallocated before next renewal.
Request
Add parameter in header cmr-x-api-key
Example:cmr-x-api-key: ********************
or
Body Params application/json
{
"mailboxId": "JKFLDKDHSKTGITJAGFD"
}
Request Code Samples
curl --location --request DELETE 'https://customers.coldmailreseller.com/api/v1/integration/mailboxes/remove?userId' \
--header 'cmr-x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"mailboxId": "JKFLDKDHSKTGITJAGFD"
}'
Responses
application/json {
"status": 200,
"message": "Mailbox will be removed shortly"
}
Modified at 2026-03-02 13:43:14