Skip to content

Remove the member's password. Magic-link auth is always available, so the account never becomes locked out from this. We still verify the authenticated session before proceeding.

DELETE
/account/security/password
curl --request DELETE \
--url https://api.siteqwality.com/account/security/password \
--header 'Authorization: Bearer <token>'

Password removed

Media type application/json
object
ok
required
boolean
Example generated
{
"ok": true
}

Missing or invalid authentication

Endpoint requires a user session

Internal server error

Stytch API call failed