Delete a client
Request to delete a client:
DELETE /api/v2/clients/<client-id>.json
The call recordings associated with the client are kept.
Response contains HTTP status code as shown in the following table.
| Response | Description |
|---|---|
| 200 OK | The client has been successfully deleted |
| 403 Forbidden | The request cannot be completed because API user has no permission to delete clients |
| 404 Not Found | Client with such ID does not exist, or it is outside the access scope of the API user |