cURL
curl --request POST \ --url https://api.telli.com/v1/remove-from-auto-dialer \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "contact_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } '
{ "contact_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Removes a contact from the auto dialer queue
API key must be provided as: Bearer <api_key>
telli contact ID of the contact to remove from the auto dialer
Contact removed from auto dialer successfully
Was this page helpful?