From 1d4b5a7c963fa333ccf4f43e5a9be6b6125cbbce Mon Sep 17 00:00:00 2001 From: rodolfoBee <64906376+rodolfoBee@users.noreply.github.com> Date: Thu, 13 Aug 2026 12:20:43 +0200 Subject: [PATCH] add bulk delete limitation --- docs/product/session-replay/replay-page-and-filters.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/product/session-replay/replay-page-and-filters.mdx b/docs/product/session-replay/replay-page-and-filters.mdx index f429a24a9be2b..dbd64638e0dfd 100644 --- a/docs/product/session-replay/replay-page-and-filters.mdx +++ b/docs/product/session-replay/replay-page-and-filters.mdx @@ -42,7 +42,11 @@ When a replay is deleted, it is permanently removed from Sentry's servers, with To delete a [single replay](/product/session-replay/replay-details/#delete-replays), go to the Replay Details page and click the "Delete" link, which is located under the "..." (more options) button. -To delete multiple replays at once, go to the **Replay** page and use the checkboxes next to each replay row to select the ones you want to delete. Then, click the "Delete" button to remove the selected replays. Deleting a large number of replays takes some time to complete. If a job is running you will see a banner at the top of the Replay list and a link to 'Track Progress'. You can also visit Settings > Project > MyProject > Replays to see the history of previous deletion jobs. +To delete multiple replays at once, go to the **Replay** page and use the checkboxes next to each replay row to select the ones you want to delete. Then, click the "Delete" button to remove the selected replays. There are two limitations when bulk deleting replays: +- All replays must belong to the same project. +- The time range filter needs to be less than or equal to 30 days. + +Deleting a large number of replays takes some time to complete. If a job is running you will see a banner at the top of the Replay list and a link to 'Track Progress'. You can also visit Settings > Project > MyProject > Replays to see the history of previous deletion jobs. ![](./img/replay-index-delete-visible.png)