Delete A Video Entity

Permanently deletes a video entity. Once a video entity is deleted, it cannot be undone.

/v1/video_entities/:id

DELETE https://api.uiza.sh/v1/video_entities/:id

Path Parameters

NameTypeDescription

id

string

The identifier of the video entity to be deleted.

{}
Sample Request
curl -X DELETE https://api.uiza.sh/v1/video_entities/f42b4ac3-869e-4010-8e21-042e40be7655 
     -H 'Authorization: uap-c1ffbff4db954ddcb050c6af0b43ba56-41193b64' 

Last updated