Skip to main content
DELETE
/
v1
/
voiceai
/
batch-calling
/
{batch_id}
Delete A Batch Call.
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": {}
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for programmatic access

Path Parameters

batch_id
string
required

Response

Successful Response