---
title: "Schedule anonymization for specified entity"
method: POST
path: "/v1/anonymization_request"
tags: ["Users", "Conversations"]
deprecated: true
---

# Schedule anonymization for specified entity

`POST /v1/anonymization_request`

> **Deprecated.**

## Request body

- CreateAnonymizationRequestInput
  - `entity_id` string, required — Id of the entity
  - `entity_type` 'user' | 'conversation', required — A type of entity for anonymization.
  - `force_anonymization` boolean — If set to true, anonymizes entity regardless of the status of related conversations. Defaults to false

## Response `200`

Scheduled anonymization

- object
  - `data` ScheduleAnonymizationResponse
    - `id` string
    - `target_entity_id` string — Id of the entity to anonymize
    - `entity_type` 'user' | 'conversation' — A type of entity for anonymization.
    - `initiated_at` string — A datetime anonymization was initiated
    - `requested_by` string — Id of the user requested anonymization
    - `processed_at` string — A datetime anonymization was processed

---

[API](https://skmtc.net/dixa/apis/integrations-api-deprecated.md) · [All operations](https://skmtc.net/dixa/apis/integrations-api-deprecated/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dixa/integrations-api-deprecated/versions/bb4e8372fb22/schema)
