Java API - deleteResource

The table summarizes the Java API - deleteResource.

Method deleteResource (args)
Service OrgResourceService

REST API - deleteResource - Using Quey Parameters

The table summarizes the REST API - deleteResource.

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 deleteResourceResponse element.
XML Returns the content of the deleteResourceResponse element (from the OrgResourceService schema).

Example

Request
DELETE <baseurl>/orgresource/delete?guid=843D2F63-69C4-4BC4-8547-55C4B127CF79
Response
{ "guid": "843D2F63-69C4-4BC4-8547-55C4B127CF79" }