Skip to main content
POST
Cancel an in-progress export
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

POST /cwr/cancel Description: Signals the export service’s in-process cancellation flag. The service holds no per-job or per-tenant cancellation state — this call takes no parameters and does not target a specific job. Authorization:
  • Required role: admin or higher
Method: POST

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Response

Export cancelled

status
string
Example:

"success"

message
string
Example:

"Export cancelled successfully"