Delete a client
Request to delete a particular client:
DELETE /api/v2/clients/<client-id>.json
Response contains HTTP status code as shown in the following table.
Response | Description |
---|---|
200 OK | Client has been successfully deleted |
403 Forbidden | The request cannot be completed because API user has no permission to delete clients |
\