Skip to main content

Unlink GitHub from the current user

DELETE 

/api/v1/auth/unlink-github

Remove the GitHub OAuth connection from the authenticated user.

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

Responses

Successful Response