Skip to main content
POST
/
api
/
v2
/
external
/
batches
/
{batch_id}
/
cancel
Cancel Batch
curl --request POST \
  --url https://api.lyceum.technology/api/v2/external/batches/{batch_id}/cancel \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Pass an API key (prefixed lk_) or a JWT access token as a bearer token. Generate API keys in the dashboard at https://dashboard.lyceum.technology/api-keys.

Path Parameters

batch_id
string
required

Response

Successful Response