// Initialize the clientvar client = new CompositionClient( new CompositionConfig("ALGOLIA_APPLICATION_ID", "ALGOLIA_API_KEY"));// Call the APIvar response = await client.DeleteCompositionRuleAsync("1234", "5678");// print the responseConsole.WriteLine(response);
See the full API reference
For more details about input parameters
and response fields.