Skip to main content
Required ACL: deleteObject The deletion is asynchronous, and processed within 48 hours. To delete a personalization user profile, see Delete a user profile in the Personalization API.

Usage

// Initialize the client
var client = new InsightsClient(
  new InsightsConfig("ALGOLIA_APPLICATION_ID", "ALGOLIA_API_KEY", "ALGOLIA_APPLICATION_REGION")
);

// Call the API
await client.DeleteUserTokenAsync("test-user-1");
// >LOG

See the full API reference

For more details about input parameters and response fields.
I