POST
/
api
/
v1
/
explorer
/
query-runs
/
{run_id}
/
cancel
curl --request POST \
  --url https://api.allium.so/api/v1/explorer/query-runs/{run_id}/cancel \
  --header 'X-API-KEY: <api-key>'
"<any>"

Authorizations

X-API-KEY
string
header
required

Path Parameters

run_id
string
required

Response

200
application/json
Successful Response

The response is of type any.