Skip to main content
Bulk delete is the fastest way to clear out leftover screenshots, duplicate uploads, or files from an offboarded client.
Media is soft-deleted — each row is marked deleted (is_deleted) and the underlying S3 file is retained. Anything that references a deleted item shows a broken image until you point it at a different file. Review references first if you’re removing a file currently in use.

In the Media Library

1

Open the Library tab

Open the Media Library modal from any image picker and stay on the Library tab.
2

Select items

Check the checkbox on each tile you want to remove. Selecting two or more enables the bulk action.
3

Archive

Click Archive (N) to soft-delete the selected items.
Bulk archiving requires the Edit shared assets permission. Uploading and selecting media are open to all roles.
Archived items are recoverable from Settings → Archive — filter by Media and restore.

API

DELETE /v1/media/bulk with an ids array soft-deletes those items. Only items in your account are affected.