Delete client
DELETE/clients/:id
JSON-RPC
clients.delete
Delete is possible only if the client hasn't been used anywhere in the system (e.g. statistics, accounts, etc.).
Please note, that deleting a client will require re-rating of the statistics if the client was used in any statistics.
Request​
Responses​
- 200
- 400
- 401
- 404
- 422
- 500
Number of the affected rows.
The request contains invalid arguments or is malformed
Access is not authorized
Requested object was not found
A logical error occurred, making the request unprocessable
An unexpected error occurred