Request the anonymization of a single message in a conversation.
Security
ApiKeyAuth(Required scopes: anonymization)
PATCH
curl -i -X PATCH \
'https://dev.dixa.io/beta/conversations/{conversationId}/messages/{messageId}/anonymize' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
- ConversationAnonymizationType
- MessageAnonymizationType
- UnknownAnonymizationType
- UserAnonymizationType
{ "data": { "id": "b165fdaa-51d6-44b0-bfcd-5f431d623fa7", "entityType": "MessageAnonymizationType", "_type": "Message", "initiatedAt": "2021-12-01T12:46:36.581Z[GMT]", "targetEntityId": "10749_1b9adc49-62f7-4056-a9c0-c18c1f25afdb", "requestedBy": "4c7af391-b7fd-4560-9d82-b3464eef8776" } }