Delete a user identity
Delete an identity (social identity) from the user, a logto-verification-id in header is required for checking sensitive permissions.
DELETE
/api/my-account/identities/{target}
curl \
--request DELETE https://[tenant_id].logto.app/api/my-account/identities/{target} \
--header "Authorization: Bearer $ACCESS_TOKEN"