Authentication
Unlink Provider
Remove a linked authentication provider from the current account
POST
This endpoint requires authentication.
Request Body
The provider to unlink. One of:
google: Google OAuth authenticationfacebook: Facebook OAuth authenticationapple: Apple Sign In authentication
Response
A successful request returns HTTP 200 OK status. The provider is unlinked from the current user’s account.Error Responses
Error details when the request fails
Common error cases:
- 400 Bad Request: Invalid provider value
- 400 Bad Request: Cannot remove last authentication method
- 401 Unauthorized: Missing or invalid access token
