{% extends "admin/base_site.html" %} {% load i18n %} {% block content %}
← Back to delete recordings Download JSON

Certificate of Data Deletion

Reference: {{ reference_id }}

{% if certificate.dry_run %}
Dry Run
{% endif %}

Data Subject Details

Organization
{{ team.organization.name }}
Customer ID
{{ team.organization_id }}

Scope of Deletion

Deletion type
{% if certificate.workflow_type == "person" %} All session recordings for specified person(s) {% elif certificate.workflow_type == "team" %} All session recordings for project (ID {{ certificate.team_id }}) {% elif certificate.workflow_type == "query" %} Session recordings matching filter criteria {% elif certificate.workflow_type == "session_ids" %} Specified session recordings{% if certificate.source_filename %} ({{ certificate.source_filename }}){% endif %} {% else %} {{ certificate.workflow_type }} {% endif %}
{% if certificate.reason %}
Reason
{{ certificate.reason }}
{% endif %} {% if certificate.distinct_ids %}
Person IDs
{{ certificate.distinct_ids|join:", " }}
{% endif %} {% if certificate.query %}
Filter criteria
{{ certificate.query_display|default:certificate.query }}
{% endif %}

Summary

{{ certificate.total_recordings_found }}
Recordings Found
{{ certificate.total_deleted }}
Deleted
{{ certificate.total_failed }}
Failed

Method of Deletion

Timeline

Deletion started
{{ certificate.started_at|date:"Y-m-d H:i:s T" }}
Deletion completed
{{ certificate.completed_at|date:"Y-m-d H:i:s T" }}

Data Protection Officer

Charles Cook, VP

PostHog, Inc.

privacy@posthog.com

{% endblock %}