Delete user

DELETE /user/{username}

This can only be done by the logged in user.

Path parameters

  • username string Required

    The name that needs to be deleted

Responses

  • Invalid username supplied

  • User not found

DELETE /user/{username}
curl \
 -X DELETE /v3/user/{username}