v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1443187284.6 KB

Cancels a specified openCypher query. See Neptune openCypher status endpoint for more information.

When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:CancelQuery IAM action in that cluster.

delete/opencypher/status/{queryId}

Path parameters

queryIdstring required

The unique ID of the openCypher query to cancel.

Query parameters

silentboolean

If set to <code>TRUE</code>, causes the cancelation of the openCypher query to happen silently.

Response

Success

statusstring

The cancellation status of the openCypher query.

payloadboolean

The cancelation payload for the openCypher query.