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 \
-X DELETE https://[tenant_id].logto.app/api/my-account/identities/{target} \
-H "Authorization: Bearer $ACCESS_TOKEN"