v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14100708545.5 KB

Deletes a configured table analysis rule.

delete/configuredTables/{configuredTableIdentifier}/analysisRule/{analysisRuleType}

Path parameters

configuredTableIdentifierstring required

The unique identifier for the configured table that the analysis rule applies to. Currently accepts the configured table ID.

analysisRuleType'AGGREGATION' | 'LIST' | 'CUSTOM' required

The analysis rule type to be deleted. Configured table analysis rules are uniquely identified by their configured table identifier and analysis rule type.

Response

Success

DeleteConfiguredTableAnalysisRuleOutput required

An empty response that indicates a successful delete.