Skip to main content
Required ACL: recommendation The response includes a date and time when the user profile can safely be considered deleted.

Usage

// Initialize the client
var client = new PersonalizationClient(
  new PersonalizationConfig(
    "ALGOLIA_APPLICATION_ID",
    "ALGOLIA_API_KEY",
    "ALGOLIA_APPLICATION_REGION"
  )
);

// Call the API
var response = await client.DeleteUserProfileAsync("UserToken");
// >LOG

See the full API reference

For more details about input parameters and response fields.
I