Skip to main content

remove_stream

Remove a previously added stream.

  • Method: POST
  • Path: /remove_stream

Request Body

{
"stream_url": "rtsp://camera/live"
}
FieldTypeDescription
stream_urlstringRTSP URL for the stream to remove.

Success Response

{
"success": true,
"message": "stream successfully removed",
"data": null
}