Delete Invite
/v1/organizations/invites/{invite_id}
Delete Invite
Path Parameters
invite_id: string
ID of the Invite.
Returns
id: string
ID of the Invite.
Delete Invite
cURL
curl https://api.anthropic.com/v1/organizations/invites/$INVITE_ID \
-X DELETE \
-H "X-Api-Key: $ANTHROPIC_ADMIN_API_KEY"{
"id": "invite_015gWxCN9Hfg2QhZwTK7Mdeu",
"type": "invite_deleted"
}Returns Examples
{
"id": "invite_015gWxCN9Hfg2QhZwTK7Mdeu",
"type": "invite_deleted"
}