CancelExportTask

GET /?Action=CancelExportTask
Description

Cancels an export task.
If the export task is not running, the command fails and an error is returned.

Body parameter

Required: false
Name: CancelExportTaskRequest

Name Description Required Schema Default Example

ExportTaskId

The ID of the export task to cancel.

true

string

Responses
HTTP Code 200
HTTP Code Description Schema

200

CancelExportTaskResult

Response 200

Response 200

Name Description Required Schema Default Example

requestId

The ID of the request.

false

string

return

If true, the export task has been canceled.

false

boolean