# Disable stream destination Disables an active destination for the specified live stream. When disabled, the destination will no longer receive the live stream until it is re-enabled. Endpoint: PUT /streams/{stream_id}/destinations/{destination_id}/disable Version: 1.0.0 Security: bearerAuth ## Path parameters: - `stream_id` (string, required) Unique identifier of the live stream - `destination_id` (string, required) Unique identifier of the stream destination ## Response 200 fields (application/json): - `success` (boolean) Example: true ## Response 401 fields ## Response 404 fields