DELETE
/
streams
/
{stream}
curl --request DELETE \
  --url https://{basin}.b.aws.s2.dev/v1/streams/{stream} \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Deletion is an asynchronous operation, and it can take a few minutes to complete.

During that time, a new stream by the same name will not be allowed.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

stream
string
required

Stream name.