Delete Invite
$ ant beta:organization:invites deleteDELETE/v1/organizations/invites/{invite_id}
Delete Invite
ant beta:organization:invites delete \
--api-key my-anthropic-api-key \
--invite-id invite_id{
"id": "invite_015gWxCN9Hfg2QhZwTK7Mdeu",
"type": "invite_deleted"
}Returns Examples
{
"id": "invite_015gWxCN9Hfg2QhZwTK7Mdeu",
"type": "invite_deleted"
}