Skip to content

Instantly share code, notes, and snippets.

View kenzic's full-sized avatar
🌀
A commit a day keeps the Dr. away

Chris McKenzie kenzic

🌀
A commit a day keeps the Dr. away
View GitHub Profile
@grncdr
grncdr / 00-Readme.md
Last active March 3, 2023 05:57
Delete unused assets

Delete unused assets

This is an example script for deleting assets that aren't linked in your content model. It does this by walking through all assets and checking for any links back to them.

WARNING: This script does not take into account assets that are only linked inside of Text fields. If you primarily embed images directly using the markdown editor, this will very likely delete assets you depend on.

You must fill in your own CMA access token & space ID at the top before running

Usage