# Delete stream destination Permanently deletes a destination from the specified live stream. Once deleted, the destination will be removed entirely and can no longer be enabled or reused. Endpoint: DELETE /streams/{stream_id}/destinations/{destination_id} 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