Users

Delete user password

Delete a password from the list of a user's passwords

delete/v1/users/password

Request body

old_passwordstring required

An existing password to delete

usernamestring

The username of the affected user. If missing, defaults to authenticated user

Response

Password deleted successfully

Changes