Get Started with Redwood for Oracle Cloud HCM Begin Now
How to execute REST API to delete value set value record
Summary:
I'm using first time REST API and wanted to know how to execute the following REST API to delete value set value record
curl -i -u "<username>:<password>" -H "Content-Type: application/vnd.oracle.adf.resourceitem+json" -X DELETE http://<host>:<port>/hcmRestApi/resources/11.13.18.05/valueSets/{valueSets_Id}/child/values/{valueSets_values_Id}
I've replace username, password, host, port, ValueSets_id & calueSets_values_id with actual values
Content (required):
As above
Version (include the version you are using, if applicable):
23A
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0