Removes the relationship of an organization's parent
| Client Servlet | Server Servlet | HTTP Methods Supported | Requires Authentication |
|---|---|---|---|
| None. | SROrganizationAPI | POST | Yes. |
See topic Common Parameters.
Required. Org ID
Type xsd:int.
See topic HTTP Status Codes.
XML response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<deleteOrganizationParentResponse xmlns="http://convio.com/crm/v1.0">
<success>true</success>
</deleteOrganizationParentResponse>
JSON response
{"deleteOrganizationParentResponse":{"success":"true"}}