v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1434174156.5 KB

Deletes the specified graph. Graphs cannot be deleted if delete-protection is enabled.

delete/graphs/{graphIdentifier}#skipSnapshot

Path parameters

graphIdentifierstring required

The unique identifier of the Neptune Analytics graph.

Query parameters

skipSnapshotboolean required

Determines whether a final graph snapshot is created before the graph is deleted. If <code>true</code> is specified, no graph snapshot is created. If <code>false</code> is specified, a graph snapshot is created before the graph is deleted.

Response

Success

idstring required

The unique identifier of the graph.

namestring required

The name of the graph.

arnstring required

The ARN associated with the graph.

status'CREATING' | 'AVAILABLE' | 'DELETING' | 'RESETTING' | 'UPDATING' | 'SNAPSHOTTING' | 'FAILED' | 'IMPORTING' | 'STARTING' | 'STOPPING' | 'STOPPED'

The status of the graph.

statusReasonstring

The reason for the status of the graph.

createTimestring date-time

The time at which the graph was created.

provisionedMemoryinteger

The number of memory-optimized Neptune Capacity Units (m-NCUs) allocated to the graph.

endpointstring

The graph endpoint.

publicConnectivityboolean

If <code>true</code>, the graph has a public endpoint, otherwise not.

replicaCountinteger

The number of replicas for the graph.

kmsKeyIdentifierstring

The ID of the KMS key used to encrypt and decrypt graph data.

sourceSnapshotIdstring

The ID of the snapshot from which the graph was created, if the graph was recovered from a snapshot.

deletionProtectionboolean

If <code>true</code>, deletion protection was enabled for the graph.

buildNumberstring

The build number associated with the graph.