Delete a video transcoded binary with rest-api

Hi,

I have multiple transcoded binary for my video and I try to delete a transcoded binary with curl : curl -u Administrator:Administrator -X DELETE http://localhost:8080/nuxeo/api/v1/id/cae7e409-13f1-4193-aaa9-f6220052f56e/@blob/vid:transcodedVideos/0

0 is the index of the binary file I want to delete, but the deleted binary file is always index+1 If I try to delete the last index, it's ok, the last index will be deleted.

An idea ?

Thanks :)

0 votes

1 answers

1620 views

ANSWER



Hi,

This looks like https://jira.nuxeo.com/browse/NXP-19010 (but not sure it is actually the same issue here)

0 votes