Deletes a user account from the system. The user can only be deleted if they have zero domains and zero mailboxes.Query Parameters#
| Name | Type | Required | Description |
|---|
userId | string | Yes | Unique identifier for the user |
Prerequisites#
Before deleting a user, ensure the following steps are completed:Notes#
User deletion will fail if the user has any active domains or mailboxes.
Request
Add parameter in header cmr-x-api-key
Example:cmr-x-api-key: ********************
or
Request Code Samples
curl --location --request DELETE 'https://customers.coldmailreseller.com/api/v1/integration/users?userId=2PZ8BNRSWV4DHYP0S32N58H4E8FA' \
--header 'cmr-x-api-key: <api-key>'
Responses
application/json {
"status": 200,
"message": "User successfully deleted"
}
Modified at 2026-03-02 13:27:55