Statement (asynchronous)
Cancel Statement Request
Viewer AccessCancels a statement that is still processing. Statements that have already completed or been cancelled cannot be cancelled.
Cancel a statement
If a statement is still processing and you no longer need it, cancel it with this endpoint. The statement moves to cancelled status.
This API responds with a confirmation message:
Preconditions
- The statement must be in
processingstatus. Statements that are alreadycompletedorcancelledcannot be cancelled.
Authorization
AuthorizationRequiredBearer <token>Enter your token in the format: Bearer {token}
In: header
Path Parameters
exportRequestIDRequiredstringThe ID of the statement export to cancel.
Response Body
Success response
messageRequiredstringA confirmation message, e.g. "statement export cancelled".