Delete stream

Delete a stream by its identifier, along with all records stored in the stream.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
path Parameters
streamId
required
string [ 1 .. 100 ] characters ^[a-z]([a-z0-9_-]{0,98}[a-z0-9])?$

An identifier of the stream where the records are stored.

Example: test1
Responses
200

Empty response.

400

The response for a failed request.

delete/streams/{streamId}
Request samples
Response samples
application/json
{ }