Deleting Files from Inbox in EPBCS using REST API
Summary:
we need to delete files from inbox using REST API which will be executed through groovy. we are able to make it work if we have to delete snapshots using delete however it does not work out for files present in inbox. Any help or guidance will be appreciated.
Content (required):
The REST API works fine to delete files from application snapshot but not from inbox.
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Connection connection = operation.application.getConnection("Test3")
//HttpResponse<String> jsonResponse = connection.delete("/interop/rest/11.1.2.3.600/applicationsnapshots/Snapshot")
Tagged:
0