Skip to main content

Unlink Google from the current user

DELETE 

/api/v1/auth/unlink-google

Remove the Google OAuth connection from the authenticated user.

  • 400 if removing Google would leave the user with no remaining auth method (set a password or link another provider first).
  • 404 if the user has no Google connection.

Responses

Successful Response