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.