Delete user
DELETE
/user/{username}This can only be done by the logged in user.
Request
Path Params
username
string
required
The name that needs to be deleted
Request samples
Responses
Invalid username supplied(400)
User not found(404)
Invalid username supplied
HTTP Code: 400
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 2 years ago