deleteUser
DELETE {{baseUrl}}/user/username/
This can be only done by the logged in User.
Parameter
Name | Description |
---|---|
username *string(path) | The name that needs to be deleted |
Responses
Code
| Description |
| 400 |
Invalid username supplied
|
| 404 |
User not found
|