curl --request DELETE \
--url http://localhost:8080/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.
curl --request DELETE \
--url http://localhost:8080/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
}
}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"