IoT / Client / delete_stream

delete_stream#

IoT.Client.delete_stream(**kwargs)#

Deletes a stream.

Requires permission to access the DeleteStream action.

See also: AWS API Documentation

Request Syntax

response = client.delete_stream(
    streamId='string'
)
Parameters:

streamId (string) –

[REQUIRED]

The stream ID.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions