Memos
User Service

Delete Linked Identity

DeleteLinkedIdentity unlinks an SSO identity from a user.

DELETE
/api/v1/users/{user}/linkedIdentities/{linkedIdentity}

Path Parameters

user*string

The user id.

linkedIdentity*string

The linkedIdentity id.

Response Body

application/json

curl -X DELETE "https://example.com/api/v1/users/string/linkedIdentities/string"
Empty
{
  "code": 0,
  "message": "string",
  "details": [
    {
      "@type": "string"
    }
  ]
}

On this page

No Headings