cURL
curl --request DELETE \ --url https://api.example.com/v1/voiceai/batch-calling/{batch_id} \ --header 'x-api-key: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Permanently delete a batch call and all recipient records. Conversations remain in history.
API key for programmatic access
Successful Response