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.
Synopsis
Section titled “Synopsis”quant delete <path> [options]Description
Section titled “Description”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.
Arguments
Section titled “Arguments”| Name | Description |
|---|---|
path |
The deployed path to remove (required). |
Options
Section titled “Options”| Flag | Description | Default |
|---|---|---|
-f, --force |
Delete without confirmation. | false |
Examples
Section titled “Examples”Delete a page interactively
Section titled “Delete a page interactively”quant delete /old-page/Delete from a script
Section titled “Delete from a script”quant delete /old-page/ --forceSee also
Section titled “See also”quant unpublish— take a path offline without losing it.quant purge— clear cache entries.
