Skip to main content
DELETE
/
oauth-providers
/
{user_id}
/
{provider_id}
Delete an OAuth provider
curl --request DELETE \
  --url https://api.stack-auth.com/api/v1/oauth-providers/{user_id}/{provider_id}
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://stackauth-e0affa27-chore-move-mcp-to-a-sep-app.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

provider_id
string
required
user_id
string
required

The ID of the user, or the special value me for the currently authenticated user

Example:

"3241a285-8329-4d69-8f3d-316e08cf140c"

Response

200 - application/json

Successful response

success
boolean
required

Always equal to true.

Example:

true