Manages share state.
Shares
Manage share
patch
https://api.airtable.com/v0/meta/bases/{baseId}/shares/{shareId}
Authentication | Personal access token, OAuth integration |
Scope | workspacesAndBases.shares:manage |
User role | Base editor with caveats, see |
Billing plans | Enterprise (pre-2023.08 legacy plan), Enterprise Scale |
"enabled" | "disabled" When enabling a share a user is subject to sharing restrictions. These restrictions are not applicable when disabling a share. |
Response format
This endpoint returns an empty response on success.
Request (example)
Copy
$curl -X PATCH "https://api.airtable.com/v0/meta/bases/{baseId}/shares/{shareId}" \-H "Authorization: Bearer YOUR_TOKEN" \-H "Content-Type: application/json" \--data '{"state": "disabled"}'