Skip to main content
POST
/
batch-calls
/
bulk-delete
Bulk Delete Batch Calls
curl --request POST \
  --url https://api.truedy.ai/api/public/v1/batch-calls/bulk-delete \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": [
    "<string>"
  ]
}
'
{}

Body

application/json
ids
string[]
required

Array of batch call UUIDs to delete

Response

Bulk delete result

The response is of type object.