SOAP API - deleteResource
The table summarizes the SOAP API - deleteResource.
Request | Uses the deleteResource element (from the OrgResourceService schema) |
Parameter notes | guid: Can be obtained using listCandidateResources by passing in either "ALL" or "EXISTING" in the include attribute. |
Response | Returns a deleteResourceResponse element (from the OrgResourceService schema) |
Example | Request:<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:res="http://resource.api.de.bpm.tibco.com"> <soapenv:Header/> <soapenv:Body> <res:deleteResource> <guid>11BBBA5E-8EFB-452B-B3FD-8298E1BB65EA</guid> </res:deleteResource> </soapenv:Body> </soapenv:Envelope> |
Response:<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <SOAP-ENV:Body> <deleteResourceResponse xmlns="http://resource.api.de.bpm.tibco.com"> <guid xmlns="">11BBBA5E-8EFB-452B-B3FD-8298E1BB65EA</guid> </deleteResourceResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope> |
Copyright © Cloud Software Group, Inc. All rights reserved.