Skip to content

Commit

Permalink
docs: Add documentation for deleting live streams via API
Browse files Browse the repository at this point in the history
Provide instructions on how to use the Delete Live Stream API to remove individual live streams in the organization.
  • Loading branch information
root authored and root committed Dec 7, 2023
1 parent b021e40 commit efe282c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/server-api/live-stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<organization_id>/assets/<asset_id>/
```

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 ,
Expand Down

0 comments on commit efe282c

Please sign in to comment.