SOAP API - deleteOrgEntityConfigAttributes

The table summarizes the SOAP API - deleteOrgEntityConfigAttributes.

Request Uses the deleteOrgEntityConfigAttributes element (from the OrganisationalEntityConfigService schema)
Parameter notes
  • resource: the GUID of the resource whose configuration attributes are to be deleted. A resource’s GUID can be obtained from a previous lookupUser operation.
  • attributename: one or more names of the configuration attributes to be deleted.
Response Returns a deleteOrgEntityConfigAttributesResponse element (from the OrganisationalEntityConfigService schema)
Example Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:api="http://api.brm.n2.tibco.com">
   <soapenv:Header/>
   <soapenv:Body>
      <api:deleteOrgEntityConfigAttributes resource="931F96FA-EC57-43B5-AA61-613784B1BD10">
         <attributeName>WorkItemAutoOpen</attributeName>
      </api:deleteOrgEntityConfigAttributes>
   </soapenv:Body>
</soapenv:Envelope>
Response:
SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Header/>
   <SOAP-ENV:Body>
      <deleteOrgEntityConfigAttributesResponse xmlns="http://api.brm.n2.tibco.com">
         <success xmlns="">true</success>
      </deleteOrgEntityConfigAttributesResponse>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>