Skip to content

Delete user resource.

DELETE
/user/{username}
curl -X DELETE '/api/v3/user/string'

This can only be done by the logged in user.

username
required
string

The name that needs to be deleted

User deleted

Invalid username supplied

User not found

Unexpected error

Try it

Send a real request to this endpoint. Credentials stay in your browser; the call is routed through the portal's hardened proxy.

Suggest an edit to this page