cURL
curl --request DELETE \ --url https://api.zudu.ai/batch-call/{id} \ --header 'X-API-KEY: <api-key>' \ --header 'X-API-SECRET: <api-key>'
{ "message": "Batch call deleted successfully", "status": "success", "error": null, "data": { "batch_call_id": "batch_call_a1b2c3d4e5f6789012345678901234567", "deleted": true } }
Deletes a batch call.
API Key for MCP server and external service authentication
API Secret for MCP server and external service authentication
Batch call ID to delete
"batch_call_a1b2c3d4e5f6789012345678901234567"
Batch call deleted successfully