> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Deactivate Profile

<a href="/release-notes/2026.14"><Badge className="version-badge" color="blue">Updated in 2026.14</Badge></a>

<Frame>
  <img src="https://mintcdn.com/cognigy-15abf2ba/OU10XTKbB-9IwiZJ/_assets/ai/develop/node-reference/analytics/deactivate-profile.png?fit=max&auto=format&n=OU10XTKbB-9IwiZJ&q=85&s=afb705fd26bae0c12993f6d5450c0b98" alt="Deactivate Profile Node configuration panel" style={{ width: 'auto' }} width="464" height="124" data-path="_assets/ai/develop/node-reference/analytics/deactivate-profile.png" />
</Frame>

## Description

This Node deactivates a [specific Contact Profile](/ai/agents/analyze/contact-profiles#working-with-contact-profiles). By default, after the Contact Profile is deactivated, its data is kept and no new data is collected.

You can configure this Node to delete all stored Contact Profile data or mask its personal data with the *Mask and Keep Analytics* feature. With this feature, you can keep only analytics data without any personal traceability. This approach is useful for tracking your AI Agents' performance while complying with data protection standards, such as the General Data Protection Regulation (GDPR).

<Danger>
  If you delete the Contact Profile with this Node, all the Contact Profile data is deleted and is no longer available.
</Danger>

## Restrictions

* The Mask and Keep Analytics feature is available only for Cognigy.AI 2026.14.0 and later versions.

## Parameters

| Parameter      | Type    | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| -------------- | ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Delete Data    | Boolean | Deactivates the Contact Profile and deletes stored data, including all analytics data and transcripts, from the system. This parameter is deactivated by default. The Contact Profile isn't deleted, and you can reactivate the Contact Profile using the Activate Profile Node or the Data collection inactive toggle.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| Analytics data | List    | This parameter appears when you activate **Delete Data**. Sets what data is deleted:<ul><li>**Delete analytics records** — deletes the Contact Profile data, including analytics and personal data. This option is selected by default. After the data is deleted, you can't recover it.</li><li>**Keep analytics records, mask personal data** — applies mask and keep analytics. With this option, data from the Contact Profile is processed as follows:<ul><li>Clears only free-text fields, such as input text and transcripts.</li><li>Replaces contact identifiers, such as contact and user ID, with hashes.</li><li> Keeps analytics data, such as session counts and Intents.</li></ul>Masking is processed asynchronously and may take up to 2 hours to take effect. Masked sessions are excluded from the [Conversations](/insights/explorers/conversations) and [Message](/insights/explorers/message) explorers. However, analytics data related to the masked session is still included in [Insights reports](/insights/overview#reports) and can be accessed through the [OData endpoint](/ai/agents/analyze/odata#data-protection).</li></ul> |

### Scope of Masking

When the **Mask and keep analytics data** parameter is activated, the following fields are affected:

| Collection                    | Hashed fields | Cleared fields                                                                                                                                                 |
| ----------------------------- | ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Analytics                     | `contactId`   | `ip`, `inputText`, `userLanguageText`, `ratingComment`, `foundSlots`, `foundSlotDetails`, `custom1`–`custom10`, `inputData`, `slots`, `geoInfo`, `slotMatches` |
| Sessions                      | `userId`      | —                                                                                                                                                              |
| Conversations                 | `contactId`   | `inputText`, `previousInputText`, `ratingComment`, `inputData`, `previousInputData`, `inputAttachments`, `previousInputAttachments`                            |
| Goals, Live Agent Escalations | `contactId`   | —                                                                                                                                                              |
| Steps                         | `userId`      | —                                                                                                                                                              |
| Voice Gateway Events          | `userId`      | `recognizerTranscript`, `recognizerDigits`                                                                                                                     |

## Use Case

Consider placing this Node below an [If Node](/ai/agents/develop/node-reference/logic/if) to trigger it when the contact explicitly requests not to collect their data.

## More Information

* [Activate Profile](/ai/agents/develop/node-reference/analytics/activate-profile)
* [Update Profile](/ai/agents/develop/node-reference/analytics/update-profile)
* [Delete Profile](/ai/agents/develop/node-reference/analytics/delete-profile)
* [Merge Profile](/ai/agents/develop/node-reference/analytics/merge-profile)
