description:Identifies the stream for which the information is to be deleted
required:true
schema:
$ref:'#/components/schemas/uri-Type'
responses:
'204':
description:Success case ("204 No Content"). The stream information resource has been deleted. The response message body is absent.
default:
description:Error case.
content:
application/json:
schema:
$ref:'#/components/schemas/error-ResponseType'
/streamConnection:
get:
summary:The connection for streaming from the producer to the consumer
description:To establish the WebSocket connection between the producer and the consumer. The HTTP version of this operation shall not be earlier than HTTP/1.1
description:Success case ("101 Switching Protocols "). The connection has been successfully switched to WebSocket. The response message body is absent.