delete_rtsps_stream
Remove specified RTSPS stream qualities (high, medium, low, package) from a UniFi Protect camera by providing host, camera ID, and channel list.
Instructions
Delete an RTSPS stream for a Protect camera.
host: console name, ID, or composite ID (MAC:numericId format).
qualities: list of channel names to delete. The exhaustive set is 'high', 'medium',
'low', and 'package' (verified live; 'package' only on package-camera doorbells).
There is NO 'highest' channel. Case-insensitive — values are normalized to lowercase
before sending. Forwarded to the API as-is with no local allow-list; an unrecognised
name is not validated here and the upstream Protect API governs the outcome.
camera_id: REQUIRED. Obtain it from list_cameras (its id field).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| camera_id | Yes | ||
| qualities | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |