Delete stream (DEPRECATED)Deprecated

DEPRECATED: This endpoint is no longer supported and returns HTTP 410 Gone. Please use POST /streams/delete instead.

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
410

This endpoint is deprecated and no longer supported. Please use POST /streams/delete instead.

delete/streams/{streamId}
Request samples
Response samples
application/json
{
  • "error": {
    • "code": 410,
    • "message": "This endpoint is deprecated and no longer supported. Please use POST /streams/delete instead with body: {\"items\": [{\"externalId\": \"your-stream-id\"}]}"
    }
}