[[esql-async-query-delete-api]] === {esql} async query delete API ++++ {esql} async query delete API ++++ The {esql} async query delete API is used to manually delete an async query by ID. If the query is still running, the query will be cancelled. Otherwise, the stored results are deleted. [source,console] ---- DELETE /query/async/FkpMRkJGS1gzVDRlM3g4ZzMyRGlLbkEaTXlJZHdNT09TU2VTZVBoNDM3cFZMUToxMDM= ---- // TEST[skip: no access to query ID] [[esql-async-query-delete-api-request]] ==== {api-request-title} `DELETE /_query/async/` [[esql-async-query-delete-api-prereqs]] ==== {api-prereq-title} * If the {es} {security-features} are enabled, only the following users can use this API to delete a query: ** The authenticated user that submitted the original query request ** Users with the `cancel_task` <> [[esql-async-query-delete-api-path-params]] ==== {api-path-parms-title} ``:: (Required, string) Identifier for the query to delete. + A query ID is provided in the <>'s response for a query that does not complete in the awaited time. A query ID is also provided if the request's <> parameter is `true`.