Delete a client
Request to delete a particular custom field:
DELETE /api/v2/custom_fields/<field-id>.json
Note
This API endpoint is used to administer custom fields configuration.
To assign values to custom fields on call resource, use the PUT /api/v2/calls.json
API endpoint.
Response contains HTTP status code as shown in the following list.
- 200 OK
-
Client has been successfully deleted
- 403 Forbidden
-
The request cannot be completed because API user has no permission to delete custom fields.