import { TxAgentKitClient } from '@tx-agent-kit/sdk'
const client = new TxAgentKitClient({
token: process.env.TX_AGENT_KIT_TOKEN
})
const response = await client.organizations.removeInvitation({
invitationId: process.env.TX_AGENT_KIT_INVITATION_ID ?? "invitationId",
})