resources are unable to delete permanently
We deleting extraneous resources in RQM by using APIs. But the deleted resources are available in the Trash. We used the parameter called "deleteArchived=true" in the API call. Still it is not deleting resources permanently. Is there any way to delete resources permanently via APIs?
One answer
The API you are using is called reportable REST API. The version of the tools you are using is important, always provide them.
Always provide method and headers for calls you show here. From your question I can't tell.
From https://jazz.net/wiki/bin/view/Main/RqmApi#deleteArchived my assumption is you have to do a HTTP DELETE of the resource using its URI :
https://jazz.net/wiki/bin/view/Main/RqmApi#Delete
https://jazz.net/wiki/bin/view/Main/RqmApi#Delete
And then provide flags for archiving . That is my interpretation. I can not guarantee that it is correct.