Delete a livestream
DELETE/livestreams/:livestreamId
Deletes the Livestream
and all recorded artifacts. A Livestream
which is currently converted from live to a VOD can not be deleted. A Livestream
which is in status finished
got converted to a Media
asset and can not be deleted with this endpoint - use deleteMedia with permanent
option to delete the finished Livestream
and the derived Media
asset.
Request
Responses
- 200
- 401
- 403
- 404
Successful response.
Unauthorized access.
Access forbidden.
Given resource was not found.