DELETE
/organization/invites/{invite_id}
curl \
--request DELETE 'https://api.openai.com/v1/organization/invites/{invite_id}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"object": "organization.invite.deleted",
"id": "string",
"deleted": true
}