Skip to content

quant delete

Permanently delete a deployed path from QuantCDN, including its revision history. This is irreversible — prefer quant unpublish if you might want the content back.

Terminal window
quant delete <path> [options]

Removes the asset and all its stored revisions from the project. Unlike unpublish, the path can’t be restored. By default the CLI asks for confirmation; pass --force to skip the prompt in scripts.

Name Description
path The deployed path to remove (required).
Flag Description Default
-f, --force Delete without confirmation. false
Terminal window
quant delete /old-page/
Terminal window
quant delete /old-page/ --force