statements
Cancels the execution of a statement.
Cancels the execution of the statement with the specified statement handle.
post/api/v2/statements/{statementHandle}/cancel
Response
The execution of the statement was successfully canceled.
Example response
{
"message": "successfully canceled",
"statementHandle": "536fad38-b564-4dc5-9892-a4543504df6c"
}