v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14100708545.5 KB

Invalidates a specific intermediate table that references the caller's base table. The data provider (base table owner) calls this operation, not the intermediate table owner. By default, invalidation cascades to descendant intermediate tables.

post/memberships/{membershipIdentifier}/disallowIntermediateTable

Path parameters

membershipIdentifierstring required

The unique identifier of the membership that contains the intermediate table to disallow.

Request body

intermediateTableNamestring required

The name of the intermediate table to disallow.

includeDescendantsboolean

Specifies whether to cascade the disallow action to descendant intermediate tables. Default is <code>true</code>.

Response

Success

DisallowIntermediateTableOutput required