Cancel a running async query job
POST/api/v1/async_event/:job_id/cancel
Revokes the Celery task backing an in-flight async query. The caller is authorized against the job's original owner (channel and user), both resolved server-side from the request, so a client cannot cancel a job it did not submit.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Job cancelled
Bad request
Unauthorized
Forbidden
Not found
Fatal error