Delete a Live

DELETE /v1/lives/{liveId}

Delete a Live

Path parameters

  • liveId string Required

    The id of the Live

Responses

  • 204

    Live successfully deleted

  • 400

    Malformed payload

  • 404

    Live not found

DELETE /v1/lives/{liveId}
curl \
 --request DELETE 'https://openapi.meltingspot.io/v1/lives/{liveId}'