cURL
curl --request DELETE \ --url https://api.callers.ai/campaigns/{campaignId}/contacts \ --header 'Authorization: <api-key>'
{ "status": "success", "data": { "archivedCount": 123 } }
Archives all contacts associated with a given campaign ID
Optional sub organization ID. Must belong to your main organization API key.
The response is of type object.
object