I am using the RestAPI calls to Content Server and also the Recordsmanagement RestAPI interface.
https://developer.opentext.com/ce/products/content-management/apis/records-management-25-3-0
All RestAPI are working but I cannot delete an existing RMClassification from an existing document.
When calling the DELETE: /v1/nodes/11126409/rmclassifications/1934770 with the correct DocID and RMClassification I get a response:
#status# | HTTP/1.1 404 Not Found |
|---|
I also provide the rm_metadataToken.
A GET api/v1/nodes/11126409/rmclassifications works correctly
and Also a PUT api/v1/nodes/11126409/rmclassifications works correctly
But removing a RM category from a document does not seem te be working.
Does anyone know where to look and if this RestAPI operation in Content Server is working correctly?
Thx.