API clients
Deletes a Recommend rule from a recommendation scenario.
editSettings
// Initialize the client var client = new RecommendClient( new RecommendConfig("ALGOLIA_APPLICATION_ID", "ALGOLIA_API_KEY") ); // Call the API var response = await client.DeleteRecommendRuleAsync( "<YOUR_INDEX_NAME>", Enum.Parse<RecommendModels>("RelatedProducts"), "objectID" ); // >LOG
Was this page helpful?