POST
/
api
/
v2
/
projects
/
{projectUuid}
/
query
/
{queryUuid}
/
cancel
{
  "results": "<any>",
  "status": "ok"
}

Path Parameters

projectUuid
string
required
queryUuid
string
required

The UUID of the async query to cancel

Response

Success

status
enum<string>
required
Available options:
ok
results
any