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