← All Articles

Deleting Data from SecureAI

administration beginner administration data-deletion data-retention compliance gdpr chats documents assistants

SecureAI stores conversations, uploaded documents, assistants, and user account data. Administrators have full control over deleting any of this data, while regular users can delete their own conversations and assistants. This article covers every deletion path available, what happens behind the scenes when data is removed, and how deletion supports your compliance obligations.

What Can Be Deleted

Data Type Who Can Delete Where
Your own conversations Any user Conversation list > select > Delete
Any user's conversations Administrators Admin Panel > Conversations
Uploaded documents Administrators Admin Panel > Knowledge Bases > select document
Assistants you created Assistant creator Workspace > Assistants > select > Delete
Any assistant Administrators Admin Panel > Assistants
User accounts and all associated data Administrators Admin Panel > Users
All organization data Organization owner Contact your account representative

All deletions are permanent and irreversible. There is no trash or recycle bin. Confirm before deleting.

Deleting Conversations

As a User

  1. Open the conversation list in the left sidebar.
  2. Select one or more conversations using the checkboxes.
  3. Click Delete.
  4. Confirm the deletion when prompted.

This removes the conversation, all messages within it, and any in-conversation file attachments. The deletion takes effect immediately.

As an Administrator

  1. Navigate to Admin Panel > Conversations.
  2. Use filters to narrow by user, date range, or keyword.
  3. Select conversations individually or use Select All for bulk deletion.
  4. Click Delete and confirm.

Administrator deletions are logged in the audit trail, including which conversations were deleted and when.

What Happens When a Conversation Is Deleted

Deleting Uploaded Documents

Documents live in knowledge bases. Only administrators can delete documents from knowledge bases.

  1. Navigate to Admin Panel > Knowledge Bases.
  2. Select the knowledge base containing the document.
  3. Click the document you want to remove.
  4. Click Delete and confirm.

What Happens When a Document Is Deleted

To delete an entire knowledge base and all its documents at once, select the knowledge base and click Delete Knowledge Base.

Deleting Assistants

As a User

You can delete assistants you created:

  1. Click the Workspace icon in the left sidebar.
  2. Select the Assistants tab.
  3. Find the assistant you want to delete.
  4. Click the assistant's menu (three dots) and select Delete.
  5. Confirm the deletion.

As an Administrator

Administrators can delete any assistant in the organization:

  1. Navigate to Admin Panel > Assistants (or Workspace > Assistants with admin privileges).
  2. Select the assistant to delete.
  3. Click Delete and confirm.

What Happens When an Assistant Is Deleted

Deleting User Accounts

When a user leaves your organization or requests account deletion:

  1. Navigate to Admin Panel > Users.
  2. Select the user.
  3. Click Deactivate to immediately revoke access. The user can no longer log in, but their data remains for audit purposes.
  4. To permanently remove all user data, click Delete All User Data.

Deleting all user data removes:

This action satisfies GDPR right-to-erasure (Article 17) requests.

Automatic Deletion via Retention Policies

Instead of deleting data manually, configure retention policies to automatically remove data on a schedule:

  1. Navigate to Admin Panel > Settings > Data Retention.
  2. Set retention periods for each data type:
    • Conversation history: 30, 90, 180, or 365 days
    • Audit logs: typically longer than conversation retention (defined in your service agreement)
  3. Data older than the retention period is permanently deleted on a rolling basis.

Retention policies run automatically and require no manual intervention once configured. For detailed setup instructions, see Configuring Data Retention Policies.

Organization-Level Data Deletion

When a service agreement ends, all data associated with your organization is permanently deleted within the timeframe specified in your agreement (typically 30 days after termination). This includes:

Contact your account representative to initiate this process or to request early deletion.

Data Deletion and Compliance

GDPR

SecureAI supports GDPR compliance for data deletion:

SOC 2

Deletion actions are captured in audit logs, providing the evidence trail required for SOC 2 Type II controls around data lifecycle management.

AI Model Providers

AI model providers (OpenAI, Anthropic, Azure OpenAI) do not retain your prompts or responses beyond the API request lifecycle. When you delete data from SecureAI, there is nothing to delete at the model provider -- this is contractually enforced.

If your organization uses local models (Ollama or vLLM), prompts never leave your infrastructure.

Quick Reference

Task Path
Delete your own conversations Conversation list > select > Delete
Delete any user's conversations Admin Panel > Conversations > filter > Delete
Delete a document from a knowledge base Admin Panel > Knowledge Bases > select > Delete
Delete an entire knowledge base Admin Panel > Knowledge Bases > Delete Knowledge Base
Delete an assistant you created Workspace > Assistants > menu > Delete
Delete any assistant Admin Panel > Assistants > Delete
Deactivate a user Admin Panel > Users > Deactivate
Permanently delete a user's data Admin Panel > Users > Delete All User Data
Set up automatic deletion Admin Panel > Settings > Data Retention

Related Articles