The method and parameters
|
DELETE /api/v1/billing/user/manage |
JSON
{
"login": "test@mail.com"
}
string login – a user login.
|
204 |
|
A successful response |
|
422 |
|
Returns a JSON object with an error. For details, see General information > Validation. JSON
|
|
400 |
|
Error deleting user. Details will be provided in the response (similar to a 422 error response). |