Skip to main content

Delete a user password

DELETE 

/api/web/v1/users/:userid/passwords

Delete the user's password. Caller requires the USERPASSWORDS:REMOVE permission.

Request

Path Parameters

    userid stringrequired

    The UUID of the user from which the password will be deleted.

Responses

Successful

Loading...