Delete Invite
beta.organization.invites.delete(invite_id) -> InviteDeleteResponseDELETE/v1/organizations/invites/{invite_id}
Delete Invite
require "anthropic"
anthropic = Anthropic::Client.new(api_key: "my-anthropic-api-key")
invite = anthropic.beta.organization.invites.delete("invite_id")
puts(invite){
"id": "invite_015gWxCN9Hfg2QhZwTK7Mdeu",
"type": "invite_deleted"
}Returns Examples
{
"id": "invite_015gWxCN9Hfg2QhZwTK7Mdeu",
"type": "invite_deleted"
}