/api/collections/{collection.name}/records/:id/external-auths/:provider
Unlink a single external OAuth2 provider from {collection.name} record.
Only admins and the account owner can access this action.
/api/collections/{collection.name}/records/:id/external-auths/:provider
Requires Authorization:TOKEN header
| Param | Type | Description |
|---|---|---|
| id | String | ID of the auth record. |
| provider | String |
The name of the auth provider to unlink, eg. google, twitter,
github, etc.
|