cancel
Showing results for 
Search instead for 
Did you mean: 

How to delete a rendition of a document using Unity API?

Harshal_Shravgi
Star Contributor
Star Contributor

We are on OnBase EP5 version. I want to write a program to delete the image rendition for all documents of a particular document type.

Please suggest me an API method to delete a rendition of the document.

4 REPLIES 4

AdamShaneHyland
Employee
Employee

Hi @Harshal Shravgi ,

 

I don't believe there is a method to delete a Document Rendition through the Unity API.  One option would be to create a new Document with the corresponding Renditions.

 

If you would like this feature, please submit a Feedback request.

 

Best wishes.

This is the correct answer. It is not possible directly

Thanks Adam and Eric for your answers. If I create a new document and delete old document then it won't keep the history of the old document.

But I got an understanding that my exact requirement is not possible through Unity API.

Thanks for your suggestions.

You are welcome @Harshal Shravgi