DELETE Egress Route
DELETE/workspaces/:workspaceId/stream-groups/:streamGroupName/streams/:streamName/egress-routes/:egressRouteName
DELETE Egress Route
Request
Path Parameters
workspaceId uuidrequired
streamGroupName stringrequired
streamName stringrequired
egressRouteName stringrequired
Responses
- 204
- 404
- 423
Egress Route has been deleted.
Workspace, stream group, stream or egress route 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...