Unlink Identity
POST {{aws_cognito_federated_identities_base_url}}/?Action=UnlinkIdentity
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | A unique identifier in the format REGION:GUID. |
Request Body
{"IdentityId"=>"us-east-1:6820d0d3-3c95-4d9f-8813-c4448fca995f", "Logins"=>{"accounts.google.com"=>"<PROVIDER_TOKEN>"}, "LoginsToRemove"=>["accounts.google.com"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-AMZ-TARGET | string | ||
Content-Type | string |