API clients
Delete a Composition Rule from the specified Composition ID.
editSettings
// Initialize the client var client = new CompositionClient( new CompositionConfig("ALGOLIA_APPLICATION_ID", "ALGOLIA_API_KEY") ); // Call the API var response = await client.DeleteCompositionRuleAsync("1234", "5678"); // >LOG
Was this page helpful?