Endpoints
Destroy Video
Delete a specific video by ID.
DELETE
/
api
/
v1
/
videos
/
{id}
This endpoint deletes a specific video by its ID.
Authorizations
Access-Token
string
headerrequiredPath Parameters
id
string
requiredThe ID of the video to delete.