Delete stream

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

If the stream does not exist, the operation succeeds without error (idempotent delete).

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
required

Stream to delete.

required
Array of objects (streamItems) = 1 items

List of streams to delete. Currently limited to 1 item.

Responses
200

Empty response.

400

The response for a failed request.

post/streams/delete
Request samples
application/json
{
  • "items": [
    • {
      }
    ]
}
Response samples
application/json
{ }