DELETE Stream
DELETE/workspaces/:workspaceId/stream-groups/:streamGroupName/streams/:streamName
DELETE Stream
Request
Path Parameters
workspaceId uuidrequired
streamGroupName stringrequired
streamName stringrequired
Responses
- 204
- 404
- 423
Stream has been deleted.
Stream, stream group or workspace not found.
- application/problem+json
- Schema
- Example (from schema)
Schema
type stringnullable
title stringnullable
status int32nullable
detail stringnullable
instance stringnullable
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Workspace is disabled.
- application/problem+json
- Schema
- Example (from schema)
Schema
type stringnullable
title stringnullable
status int32nullable
detail stringnullable
instance stringnullable
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Loading...