Remove Platform Credential
Deletes a stored credential by credentialId. After this call the credentialId is no longer valid.Query Parameters#
| Name | Type | Required | Description | Example |
|---|
userId | string | Yes | Unique identifier for the user | BVZGM5TE9BMP3PP0VWGW943RGV1B |
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/exports/platform-credential?userId=BVZGM5TE9BMP3PP0VWGW943RGV1B&credentialId=4EV4X7Q6DJ4DCPKX3VM46RN4HRY4' \
--header 'cmr-x-api-key: <api-key>'
Responses
application/json
{
"status": 200,
"message": "Platform credentials removed successfully",
"data": null
}
Modified at 2026-06-23 16:21:02