Deletes an analysis rule from an intermediate table. After the analysis rule is deleted, the intermediate table becomes unqueryable until a new analysis rule is attached. Only the intermediate table owner can call this operation.
delete/memberships/{membershipIdentifier}/intermediateTables/{intermediateTableIdentifier}/analysisRule/{analysisRuleType}
Path parameters
membershipIdentifierstring required
The unique identifier of the membership that contains the intermediate table.
intermediateTableIdentifierstring required
The unique identifier of the intermediate table from which to delete the analysis rule.
analysisRuleType'CUSTOM' required
The type of analysis rule to delete. Currently, only <code>CUSTOM</code> is supported.
Response
Success
DeleteIntermediateTableAnalysisRuleOutput required