With this call you can delete a still belonging to an asset.
/asset/{asset_id}/still/delete [POST]
|
Parameter |
Type |
Description |
Method |
Obligatory/Optional |
|
asset_id |
alphanumeric |
the asset_id where the still will be deleted. |
URL |
obligatory |
|
user_id |
string |
user id |
POST |
obligatory |
|
mediafile_id |
alphanumeric |
mediafile id. Till version 1.7. |
POST |
optional * |
|
still_id |
alphanumeric |
still id. Till version 1.7. |
POST |
optional * |
* How it is working:
if there isn't mediafile_id and still_id, then it deletes all stills under that asset
if there is a mediafile_id without still_id, then it deletes all stills under that mediafile
if there is a still_id, then it deletes that still
/asset/VlN2ZDKv9rpsfmBAWpvfiw1zQ6z/still/delete
POST:
user_id=n.achternaam
|
Field |
Description |
|
n/a |
This call doesn't return others, just the standard header with the request information |