cURL
curl --request POST \ --url https://api.truedy.ai/api/public/v1/batch-calls/bulk-delete \ --header 'Content-Type: application/json' \ --data ' { "ids": [ "<string>" ] } '
{}
Delete multiple batch calls at once. Only batches in draft, failed, or cancelled status will be deleted; others are skipped.
Array of batch call UUIDs to delete
Bulk delete result
The response is of type object.
object