{% extends "admin/base_site.html" %} {% load i18n %} {% block extrastyle %}{{ block.super }} {% endblock %} {% block content %}

← Back to team

Delete session recordings

This action permanently deletes session recording data and cannot be undone.

Recent deletion workflows

Previously triggered deletion workflows for this team.

{% include "admin/posthog/team/_delete_recordings_workflows.html" %}

Delete by person

Delete all recordings associated with one or more person distinct IDs.

{% csrf_token %}

Delete all recordings for team

This will delete every recording for this team. Use with extreme caution.

{% csrf_token %}

Delete by filters

Delete recordings matching specific criteria. At least one filter is required.

{% csrf_token %}

Relative (-7d, -30d) or absolute (YYYY-MM-DD)

Leave empty for "now"

Useful for filtering out bot sessions

Restrict deletion to recordings from a specific person

Delete by session IDs

Upload a CSV file with session IDs to delete. The first column is used; a session_id header row is automatically skipped.

{% csrf_token %}
{% endblock %}