API clients
Delete a composition from the current Algolia application.
editSettings
// Initialize the client var client = new CompositionClient( new CompositionConfig("ALGOLIA_APPLICATION_ID", "ALGOLIA_API_KEY") ); // Call the API var response = await client.DeleteCompositionAsync("1234"); // >LOG
Was this page helpful?