
A profile that passes through the **Delete profile** node is deleted permanently and irreversibly. This node can be used in [customer-oriented](/docs/glossary#profile-oriented-workflow) workflows.


## Node configuration
---
This node doesn’t require any configuration. However, it must be immediately followed by the **End** node with the option to finish other paths disabled.  


<div class="admonition admonition-warning"><div class="admonition-icon"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2.5"><path stroke-linecap="round" stroke-linejoin="round" d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-2.5L13.732 4c-.77-.833-1.964-.833-2.732 0L4.082 16.5c-.77.833.192 2.5 1.732 2.5z" /></svg></div><div class="admonition-body"><div class="admonition-content">

Using the **Delete Profile** node permanently deletes a profile. This action also stops all transitions involving the profile, both within the current workflow and in any other workflows.

</div></div></div>


## Example of use
---
You can launch the process of deleting a profile when a user closes their account on your website. The requirement for this example would be sending a custom "close account" event to Synerise after a user removes their account. The event triggers an automation that deletes the profile in Synerise. This way, you can automate cleaning of your customer base.

1. As the trigger node, add **Profile Event**.  
2. In the configuration of the node, select a close account event and confirm the settings by clicking **Apply**.  
3. As the next node, add **Delete Profile**. 
4. As the final node, add the **End** node.  
    **Result**:  
    <figure><img src="/api/docs/image/54176ad07f146575310749eba44b7c2f42c1b327/docs/automation/_gfx/delete-profiles-example-of-use.png" class="large" alt="The final workflow"><figcaption>The final workflow configuration</figcaption></figure>
