Delete rendition with API?

I need to delete a specific rendition by using the API, but I can’t find any methods for doing that.
Can anyone tell me if there is a way to do this.
Thanks :slight_smile:

All our methods are documented at http://wiki.razuna.com/display/ecp/API+Developer+Guide, specifically http://wiki.razuna.com/display/ecp/Asset+API2.

If it is not documented, it is not available.

You have to use the ‘Remove’ method and pass in the assetid of the rendition

1 Like

Thanks harkirat, your answer helped me as I didn’t know that a rendition is seen as an asset itself. I assumed that it is just “part of” the asset that it is a rendition of. Thanks for helping :slight_smile: