---
title: "Cancel StatementJob"
method: POST
path: "/organizations/{orgId}/statementjobs/{id}/cancel"
tags: ["StatementJob"]
---

# Cancel StatementJob

`POST /organizations/{orgId}/statementjobs/{id}/cancel`

Cancel the StatementJob with the given UUID.

Use this endpoint to halt the execution of a specific StatementJob identified by its UUID. This operation may be useful if you need to stop a StatementJob due to unforeseen issues or changes.

## Path parameters

- `orgId` string, required
- `id` string, required

## Response `200`

Returns the cancelled StatementJob

- StatementJobResponse
  - `id` string, required — The UUID of the entity.
  - `version` integer — The version number: - **Create:** On initial Create to insert a new entity, the version is set at 1 in the response. - **Update:** On successful Update, the version is incremented by 1 in the response.
  - `statementJobStatus` 'PENDING' | 'RUNNING' | 'COMPLETE' | 'CANCELLED' | 'FAILED' — The current status of the StatementJob. The status helps track the progress and outcome of a StatementJob.
  - `billId` string — The unique identifier (UUID) of the bill associated with the StatementJob.
  - `orgId` string — The unique identifier (UUID) of your Organization. The Organization represents your company as a direct customer of our service.
  - `includeCsvFormat` boolean — A Boolean value indicating whether the generated statement includes a CSV format. * TRUE - includes the statement in CSV format. * FALSE - no CSV format statement.
  - `presignedJsonStatementUrl` string — The URL to access the generated statement in JSON format. This URL is temporary and has a limited lifetime.
  - `jsonStatementStatus` 'LATEST' | 'STALE' | 'INVALIDATED'
  - `presignedCsvStatementUrl` string
  - `csvStatementStatus` 'LATEST' | 'STALE' | 'INVALIDATED'
  - `dtCreated` string, date-time — The date and time *(in ISO-8601 format)* when the StatementJob was created.
  - `dtLastModified` string, date-time — The date and time *(in ISO-8601 format)* when the StatementJob was last modified.
  - `createdBy` string — The unique identifier (UUID) of the user who created this StatementJob.
  - `lastModifiedBy` string — The unique identifier (UUID) of the user who last modified this StatementJob.

## Other responses

- `4XX` — Error message
- `5XX` — Error message

---

[API](https://skmtc.net/m3ter-com/apis/m3ter-api.md) · [All operations](https://skmtc.net/m3ter-com/apis/m3ter-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/m3ter-com/m3ter-api/versions/ac93d1a9e6d9/schema)
