Delete user
DELETE/v3/user/:username
This can only be done by the logged in user.
Request
Path Parameters
username stringrequired
The name that needs to be deleted
Responses
- 400
- 404
Invalid username supplied
User not found
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X DELETE '/v3/user/:username'
ResponseClear