POST /auth/oauth/unbind
Unlink a third-party OAuth account from the current user.
Authentication `bearerAuth` application/json
Request Body
Schema: dto.UnbindOAuthRequest
| Field | Type | Required | Example | Constraints | Description |
provider |
string |
Yes |
|
|
Provider |
Referenced Schemas
gitee_com_linmes_authms_micro-services_identity-service_internal_handler_dto.DataResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
object |
No |
|
|
|
message |
string |
No |
|
|
|