cURL
curl --request DELETE \ --url https://api.callers.ai/campaigns/{campaignId}/contacts/bulk \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "contactIds": [ "<string>" ] }'
{ "status": "success", "data": { "archivedCount": 123 } }
Archive contacts associated with a given contact IDs array
Optional sub organization ID. Must belong to your main organization API key.
The response is of type object.
object