cURL
curl --request DELETE \ --url https://api.fivemanage.com/api/video/delete/{id} \ --header 'Authorization: <api-key>'
{ "status": "ok" }
Delete a specific video by ID
Video ID
OK
"ok"
Was this page helpful?