Web API

Press shift + S to search API reference.

Invites

Delete base invite

deletehttps://api.airtable.com/v0/meta/bases/{baseId}/invites/{inviteId}

Delete a base invite.

The invite must be outstanding.

Requirements

AuthenticationPersonal access token, OAuth integration
ScopeworkspacesAndBases:write
User role

Base collaborators subject to sharing restrictions

Billing plansEnterprise (pre-2023.08 legacy plan), Enterprise Scale

Path parameters

baseId
string
inviteId
string

Response format

This endpoint returns an empty response on success.

Error responses

Invite not outstanding (403)
The invite must be [outstanding](/api/org-management-glossary#outstanding-invite).
{
"error": {
"message": "You are not permitted to perform this operation",
"type": "INVALID_PERMISSIONS"
}
}