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

  • 400

    Invalid username supplied

  • 404

    User not found

DELETE /user/{username}
curl \
 --request DELETE '/api/v3/user/{username}'