place.stream.multistream.deleteTarget
Lexicon Version: 1
Definitions
Section titled “Definitions”Type: procedure
Delete a target for rebroadcasting a Streamplace stream.
Parameters: (None defined)
Input:
- Encoding:
application/json - Schema:
Schema Type: object
| Name | Type | Req’d | Description | Constraints |
|---|---|---|---|---|
rkey | string | ✅ | The Record Key of the target to delete. | Format: record-key |
Output:
- Encoding:
application/json - Schema:
Schema Type: object
(No properties defined)
Lexicon Source
Section titled “Lexicon Source”{ "lexicon": 1, "id": "place.stream.multistream.deleteTarget", "defs": { "main": { "type": "procedure", "description": "Delete a target for rebroadcasting a Streamplace stream.", "input": { "encoding": "application/json", "schema": { "type": "object", "required": ["rkey"], "properties": { "rkey": { "type": "string", "format": "record-key", "description": "The Record Key of the target to delete." } } } }, "output": { "encoding": "application/json", "schema": { "type": "object", "properties": {} } }, "errors": [] } }}