delete https://api.pixop.com/api/v1/videos/
Deletes a video by its unique identifier.
- When deleting a master video record, all derived videos will also be deleted.
- When deleting a clip, any processed clips based on it will also be deleted.
Derived videos can be retrieved using GET /v1/videos/{videoId}/derived.
Optionally, a list of expected derived videoIds
can be specified in the request body.
If this list is specified and incomplete, the operation fails with a 409 Conflict
response.