Cancel Batch operation
PUT/batch-operations/:batchOperationId/cancellation
Cancels a running batch operation. This is done asynchronously, the progress can be tracked using the batch operation status endpoint (/batch-operations/{batchOperationId}).
Request
Responses
- 204
- 400
- 403
- 404
- 500
The batch operation cancel request was created.
The provided data is not valid.
Forbidden. The request is not allowed.
Not found. The batch operation was not found.
An internal error occurred while processing the request.