From efe282c29c0b79ed6aa057afada6dbaaa74a4666 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 7 Dec 2023 11:40:11 +0530 Subject: [PATCH] docs: Add documentation for deleting live streams via API Provide instructions on how to use the Delete Live Stream API to remove individual live streams in the organization. --- docs/server-api/live-stream.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/server-api/live-stream.md b/docs/server-api/live-stream.md index 26366ab3..faf74f86 100644 --- a/docs/server-api/live-stream.md +++ b/docs/server-api/live-stream.md @@ -243,7 +243,17 @@ If the value of the parameter "transcode_recorded_video" is set to true, you wil "parent_id": null } ``` +## Delete Live Stream API +To delete an individual live stream in the organization, send an HTTP DELETE request to the API Endpoint. This API supports the deletion of both live and scheduled live streams. Please note that a live stream must be created before attempting to delete it. + + +**Endpoint** +```bash +https://app.tpstreams.com/api/v1//assets// +``` + +if the streaming live stream or live stream with active server is deleted, it would stop the server ## WebHook Response Upon a successful creation of live stream, to notify your application about things that happen asynchronously ,