Request the anonymization of a conversation.
Security
ApiKeyAuth(Required scopes: anonymization)
PATCH
curl -i -X PATCH \
'https://dev.dixa.io/beta/conversations/{conversationId}/anonymize?force=false' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
- ConversationAnonymizationType
- MessageAnonymizationType
- UnknownAnonymizationType
- UserAnonymizationType
{ "data": { "id": "87bac308-e49f-4134-84cc-96b868f1e1e4", "entityType": "ConversationAnonymizationType", "_type": "Conversation", "initiatedAt": "2021-12-01T12:46:36.581Z[GMT]", "targetEntityId": "10749", "requestedBy": "b165fdaa-51d6-44b0-bfcd-5f431d623fa7" } }