cURL
curl --request PATCH \ --url https://api.voxo.co/v2/admin/call-campaigns/remove-numbers/{campaignId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "numbers": [ "<string>" ] } '
{ "status": "<string>", "message": "<string>", "campaignId": 123, "campaign": "<string>", "numbers": [ "<string>" ] }
Remove phone numbers from a call campaign
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Campaign ID
x > 0
Phone numbers to remove
^[1-9]\d{9}$
Purge all numbers from campaign (1 = yes, 0 = no)
1
Numbers removed
Operation status
Status message
Campaign name
Was this page helpful?
Contact support