v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1434174156.5 KB

Cancel the specified export task.

delete/exporttasks/{taskIdentifier}

Path parameters

taskIdentifierstring required

The unique identifier of the export task.

Response

Success

graphIdstring required

The source graph identifier of the cancelled export task.

roleArnstring required

The ARN of the IAM role that will allow the exporting of data to the destination.

taskIdstring required

The unique identifier of the export task.

status'INITIALIZING' | 'EXPORTING' | 'SUCCEEDED' | 'FAILED' | 'CANCELLING' | 'CANCELLED' | 'DELETED' required

The current status of the export task. The status is <code>CANCELLING</code> when the export task is cancelled.

format'PARQUET' | 'CSV' required

The format of the cancelled export task.

destinationstring required

The Amazon S3 URI of the cancelled export task where data will be exported to.

kmsKeyIdentifierstring required

The KMS key identifier of the cancelled export task.

parquetType'COLUMNAR'

The parquet type of the cancelled export task.

statusReasonstring

The reason that the export task has this status value.