patch_users_by_id_openid_unlink
Unlink OpenID authentication from a specific user account by passing the user ID. Use this to remove OpenID association while keeping the user profile intact.
Instructions
Update users openid-unlink.
PATCH /api/users/{id}/openid-unlink
Args: id: Path parameter. body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |