Skip to main content
DELETE
/
batch-call
/
{id}
Delete 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
  }
}

Authorizations

X-API-KEY
string
header
required

API Key for MCP server and external service authentication

X-API-SECRET
string
header
required

API Secret for MCP server and external service authentication

Path Parameters

id
string
required

Batch call ID to delete

Example:

"batch_call_a1b2c3d4e5f6789012345678901234567"

Response

Batch call deleted successfully

message
string
status
string
error
string | null
data
object