asset/$asset_id/still/delete

28Sep2009

Deleting the still belonging to an asset

With this call you can delete a still belonging to an asset.

Request URL

/asset/{asset_id}/still/delete [POST]

Request parameters

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

 

Example request URL

/asset/VlN2ZDKv9rpsfmBAWpvfiw1zQ6z/still/delete
POST:
user_id=n.achternaam

Response fields

Field

Description

n/a

This call doesn't return others, just the standard header with the request information