Manages block installation state.
Extensions
Manage block installation
patch
https://api.airtable.com/v0/meta/bases/{baseId}/blockInstallations/{blockInstallationId}
Authentication | Personal access token, OAuth integration |
Scope | workspacesAndBases:write |
User role | Base creator |
Billing plans | Enterprise (pre-2023.08 legacy plan), Enterprise Scale |
Response format
This endpoint returns an empty response on success.
Request (example)
Copy
$curl -X PATCH "https://api.airtable.com/v0/meta/bases/{baseId}/blockInstallations/{blockInstallationId}" \-H "Authorization: Bearer YOUR_TOKEN" \-H "Content-Type: application/json" \--data '{"state": "disabled"}'