Skip to content

Delete request for a single Livestream Media item

DELETE
/livestream/{token}
curl --request DELETE \
--url https://app.mediamanager.io/api/v1/livestream/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0

Remove a Media Livestream record

token
required

The media token, should be v4 uuid

string format: uuid

OK

Media type application/json
object
message
string
Example
{
"message": "Livestream deleted"
}

Item is missing or not found

Media type application/json
object
error
string
default: Not found
Example
{
"error": "Not found"
}