Skip to main content
POST
/
api
/
v1
/
explorer
/
query-runs
/
{run_id}
/
cancel
Cancel Query Run
curl --request POST \
  --url https://api.allium.so/api/v1/explorer/query-runs/{run_id}/cancel \
  --header 'X-API-KEY: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

run_id
string
required

Response

Successful Response