Hello,
I look forward to delete in batch some old document revisions.
I expect to do this by planning a Migration Job that would execute some APIs at a given frequence (1/week).
To do this, I need to use the proper API to delete the file from IFS and remove it from the DB.
As I have no possibility to view if the file is deleted from the DB or if it’s only the information on Document Revision “File ref” tab that is suppressed, I’d like to know what is the API to use.
The information I have is :
- Delete document file :
EDM_FILE_API.Delete_File_
- Delete document revision : DOC_ISSUE_API.Remove__
==> Are these the right APIs to use ?
NB : There is of course some other tables to deal with (e.g. object connexions), but it’s not the main purpose of this post.