REST API - deleteResource - Using Query Parameters
The table summarizes the REST API - deleteResource when passing GUIDs as query parameters.
Request
| Format | DELETE <baseurl>/orgresource/delete |
| Query parameters | guid=List<String>: A collection of GUIDs identifying the resources to be deleted. Can be obtained using
listCandidateResources by passing in either "ALL" or "EXISTING" in the
include attribute.
|
Response
| JSON | Returns a JSON representation of the content of the deleteResourceResponseelement. |
| XML | Returns the content of the deleteResourceResponseelement (from the OrgResourceService schema). |
Example
| Request | DELETE <baseurl>/orgresource/delete?guid=843D2F63-69C4-4BC4-8547-55C4B127CF79 |
| Response | { "guid": "843D2F63-69C4-4BC4-8547-55C4B127CF79" }
|