Deletes many contacts by their id (UUID, email/phone, or provider:value handle) in a single request. This operation cannot be undone.
apiKeyAuth API key authentication. Create an API key in your user profile and include it in the x-api-key header.
In: header
application/json
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
application/json
application/json
application/json
[
"string"
]"string""string""string""string"curl -X DELETE "https://customermates.com/api/v1/contacts/many" \ -H "Content-Type: application/json" \ -d '{ "ids": [ "string" ] }'1 <= items <= 100