v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14168671.3 KB

Deletes a stream from a cluster.

delete/stream/{clusterIdentifier}/{streamIdentifier}

Path parameters

clusterIdentifierstring required

The ID of the cluster.

The ID of the cluster containing the stream to delete.

streamIdentifierstring required

The ID of the stream.

The ID of the stream 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

clusterIdentifierstring required

The ID of the cluster for the deleted stream.

streamIdentifierstring required

The ID of the deleted stream.

arnstring required

The ARN of the deleted stream.

status'CREATING' | 'ACTIVE' | 'DELETING' | 'DELETED' | 'FAILED' | 'IMPAIRED' required

The status of the stream.

creationTimestring date-time required

The time when the stream was created.