# Cancel Statement

Launch stage: GA

`POST /api/2.0/sql/statements/{statement_id}/cancel`

Requests that an executing statement be canceled. Callers must poll for status to see the
 terminal state. Cancel response is empty; receiving response indicates successful receipt.

API scopes: sql

## Path parameters

- `statement_id` (string, optional)
  The statement ID is returned upon successfully submitting a SQL statement, and is a required
   reference for all subsequent calls.

## Response

```json
{}
```

