REST API - deleteResource - Using Body Parameter
The table summarizes the REST API - deleteResource when passing GUIDs in the body.
Request
Format | POST <baseurl>/orgresource/delete |
Body | deleteResource element (required) 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 deleteResourceResponse element. |
XML | Returns the content of the deleteResourceResponse element (from the OrgResourceService schema). |
Copyright © Cloud Software Group, Inc. All rights reserved.