User Service
Delete Linked Identity
DeleteLinkedIdentity unlinks an SSO identity from a user.
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"
}
]
}