Canceling the execution of a SQL statementΒΆ

To cancel the execution of a statement, send a POST request to the cancel endpoint. See POST /api/v2/statements/{statementHandle}/cancel for details.

POST /api/v2/statements/{statementHandle}/cancel
Copy

The following flow chart illustrates the steps that you take to cancel a request.

Flow chart for cancelling the execution of a statement