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