Deletes the organization's phone number specified by the org ID and phone number ID
| Client Servlet | Server Servlet | HTTP Methods Supported | Requires Authentication |
|---|---|---|---|
| None. | SROrganizationAPI | POST | Yes. |
See topic Common Parameters.
Required. Org ID
Type xsd:int.
Required. Phone Number Id
Type xsd:int.
See topic HTTP Status Codes.
XML response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<deleteOrganizationPhoneNumberResponse xmlns="http://convio.com/crm/v1.0">
<success>true</success>
</deleteOrganizationPhoneNumberResponse>
JSON response
{"deleteOrganizationPhoneNumberResponse":{"success":"true"}}