API Reference

Delete live

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.

ParameterTypeDescription
live_idstringThe 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.
Language
Credentials
Header
Click Try It! to start a request and see the response here!