SOAP API - deleteContainer

The table summarizes the SOAP API - deleteContainer.

Request Uses the deleteContainer element (from the DirectoryService schema)
Parameter notes
  • container-id: the unique ID of the LDAP container to be deleted.
  • delete-resources: if true, and if the caller has the required privileges for either of the system actions resourceAdmin or deleteResourceAdmin , any associated resources will be deleted before the LDAP Container is deleted. Defaults to false.
Response Returns a deleteContainerResponse element (from the DirectoryService schema)
Example Request:
<soapenv:Body>
      <dir:deleteContainer container-id="2" delete-resources="false"/>
</soapenv:Body>
Response:
<SOAP-ENV:Body>
      <deleteContainerResponse successful="true" xmlns="http://directory.api.de.bpm.tibco.com"/>
</SOAP-ENV:Body>