v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14168671.3 KB

Deletes a cluster in Amazon Aurora DSQL.

delete/cluster/{identifier}

Path parameters

identifierstring required

The ID of the cluster.

The ID of the cluster to delete.

Query parameters

client-tokenstring

Idempotency token so a request is only processed once.

<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully. The subsequent retries with the same client token return the result from the original successful request and they have no additional effect.</p> <p>If you don't specify a client token, the Amazon Web Services SDK automatically generates one.</p>

Response

Success

identifierstring required

The ID of the deleted cluster.

arnstring required

The ARN of the deleted cluster.

status'CREATING' | 'ACTIVE' | 'IDLE' | 'INACTIVE' | 'UPDATING' | 'DELETING' | 'DELETED' | 'FAILED' | 'PENDING_SETUP' | 'PENDING_DELETE' required

The status of the cluster.

creationTimestring date-time required

The time of when the cluster was created.