JSON API » people » people/zohocrm/delete
Deletes a Zoho CRM user integration.
Input parameters
Requires authentication and the user role privilege, or administrator role if the object is not owned by the user.
| Name | Type | Description | Required | Default value |
|---|---|---|---|---|
| auth_username | String | Authentication username. | Yes | |
| auth_password | String | Authentication password. | Yes | |
| person | Integer | ID of user to delete Zoho CRM integration for. | Yes |
Responses
| Code | Description |
|---|---|
| 200 | Success. |
| 400 | Invalid input parameters specified. Check the key and message fields for more details. |
| 401 | The authentication details provided are invalid. |
| 402 | Your role does not allow this. |
| 404 | The user integration does not exist, or you do not have permission to delete it. |
Data returned
No data is returned.
Example: With required parameters
http://enswitch.example.com/api/json/people/zohocrm/delete/?auth_username=user;auth_password=password;person=123{ "responses":[ { "code":"200", "key":"", "message":"OK" } ] }
Change history
| Version | Changes |
|---|---|
| 4.4 | Function added. |
