> ## 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.

# Delete Profile

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

## Description

This Node is used to delete a [specific Contact Profile](/ai/agents/analyze/contact-profiles#working-with-contact-profiles) if the end user requests it.

<Danger>
  Executing this Node will delete the user's entire Profile, including all analytics data and all transcripts. The user's data will no longer be available.
</Danger>

## 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)
* [Deactivate Profile](/ai/agents/develop/node-reference/analytics/deactivate-profile)
* [Merge Profile](/ai/agents/develop/node-reference/analytics/merge-profile)
