Note: This only affects the sandbox environment — production data is never modified.
curl --location 'https://customers.coldmailreseller.com/api/v1/integration/sandbox/pre-warmup/reset?userId=H8M9JV2S9HMPYFQW393AZHQVD4XM' \
--header 'cmr-x-api-key: <api-key>'{
"status": 200,
"message": "Sandbox prewarmup data reset successfully",
"data": {
"deleted": {
"domains": 3,
"mailboxes": 9,
"subscriptions": 3
}
},
"actionId": "ACT_7a078272-0fa7-4db4-a85b-c78697dacea1"
}