v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1434174156.5 KB

Deletes the specified import task.

delete/importtasks/{taskIdentifier}

Path parameters

taskIdentifierstring required

The unique identifier of the import task.

Response

Success

graphIdstring

The unique identifier of the Neptune Analytics graph.

taskIdstring required

The unique identifier of the import task.

sourcestring required

A URL identifying to the location of the data to be imported. This can be an Amazon S3 path, or can point to a Neptune database endpoint or snapshot.

format'CSV' | 'OPEN_CYPHER' | 'PARQUET' | 'NTRIPLES'

Specifies the format of S3 data to be imported. Valid values are <code>CSV</code>, which identifies the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-gremlin.html">Gremlin CSV format</a> or <code>OPENCYPHER</code>, which identifies the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-opencypher.html">openCypher load format</a>.

parquetType'COLUMNAR'

The parquet type of the cancelled import task.

roleArnstring required

The ARN of the IAM role that will allow access to the data that is to be imported.

status'INITIALIZING' | 'EXPORTING' | 'ANALYZING_DATA' | 'IMPORTING' | 'REPROVISIONING' | 'ROLLING_BACK' | 'SUCCEEDED' | 'FAILED' | 'CANCELLING' | 'CANCELLED' | 'DELETED' required

Current status of the task. Status is CANCELLING when the import task is cancelled.