curl --location --request DELETE 'https://api.anthropic.com/v1/organizations/invites/invite_015gWxCN9Hfg2QhZwTK7Mdeu' \
--header 'anthropic-version: 2023-06-01' \
--header 'x-api-key: ' \
--header 'content-type: application/json' \
--data-raw ''
{
"id": "invite_015gWxCN9Hfg2QhZwTK7Mdeu",
"type": "invite_deleted"
}