POST
/
v1
/
execution
/
{execution_id}
/
cancel

curl -X POST -H x-dune-api-key:{{api_key}} "https://api.dune.com/api/v1/execution/{{execution_id}}/cancel"

{
  "success": true
}

You must pass the execution_id obtained from making an execute query POST request.

Result returns a boolean for whether the execution is successfully canceled.

Headers

X-DUNE-API-KEY
string
required

API Key for the service

Path Parameters

execution_id
string
required

unique identifier of the execution

Query Parameters

api_key
string

API Key for the service, alternative to using the HTTP header X-DUNE-API-KEY.

Response

200 - application/json

The response is of type object.