delete https://api-v2.pandavideo.com.br/lives/
This endpoint allows you to delete a live stream from the system, completely removing it from the list of active lives, including live, scheduled, or ended streams.
| Parameter | Type | Description |
|---|---|---|
| live_id | string | The unique identifier of the live stream you wish to delete. |
Responses
200: "message": "Live with ids: "live_id" was deleted"400: "errMsg": "must have required property 'live_id'"401: Unauthorized. Authentication failed or not provided.500: Internal server error. Please try again later.
