Web API

Press shift + S to search API reference.

Invites

Delete interface invite

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

Delete an interface invite.

The invite must be outstanding.

Requirements

AuthenticationPersonal access token, OAuth integration
ScopeworkspacesAndBases:write
User role

Base creator

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

Path parameters

baseId
string
pageBundleId
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"
}
}