Skip to content

Disconnect an OAuth provider from the authenticated member.

DELETE
/account/security/oauth/{provider}
curl --request DELETE \
--url https://api.siteqwality.com/account/security/oauth/example \
--header 'Authorization: Bearer <token>'

github returns 404 until Branch C lands the GitHub OAuth integration.

provider
required
string

OAuth provider id (currently “google”)

Provider disconnected

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

Missing or invalid authentication

Endpoint requires a user session

Provider not connected, or not supported yet

Internal server error

Stytch API call failed