REST APIEndpointsremove_streamOn this pageremove_stream Remove a previously added stream. Method: POST Path: /remove_stream Request Body { "stream_url": "rtsp://camera/live"} FieldTypeDescriptionstream_urlstringRTSP URL for the stream to remove. Success Response { "success": true, "message": "stream successfully removed", "data": null}