Delete a workspace invite.
Invites
Delete workspace invite
delete
https://api.airtable.com/v0/meta/workspaces/{workspaceId}/invites/{inviteId}
Authentication | Personal access token, OAuth integration |
Scope | workspacesAndBases:write |
User role | Workspace collaborators subject to sharing restrictions |
Billing plans | Enterprise (pre-2023.08 legacy plan), Enterprise Scale |
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"}}