Logo
api.video's Public API Documentation

Delete a thumbnail

DELETE {{baseUrl}}/live-streams/:liveStreamId/thumbnail

Send the unique identifier for a live stream to delete its thumbnail.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "liveStreamId": "<string>", "restreams": [ { "name": "<string>", "serverUrl": "<string>", "streamKey": "<string>" }, { "name": "<string>", "serverUrl": "<string>", "streamKey": "<string>" } ], "name": "<string>", "streamKey": "<string>", "public": "<boolean>", "assets": { "hls": "<uri>", "iframe": "<string>", "player": "<uri>", "thumbnail": "<uri>" }, "playerId": "<string>", "broadcasting": "<boolean>", "createdAt": "<dateTime>", "updatedAt": "<dateTime>" }



Curl
curl -X DELETE 'https://ws.api.video/live-streams/:liveStreamId/thumbnail' -H 'Accept: application/json'

ENDPOINTS