Delete Asset
The Delete Asset task permanently removes one or more assets from the asset store by URL.
WARNING
Asset deletion is permanent and cannot be undone.
Configuration
| Property | Type | Description |
|---|---|---|
dry_run | boolean | Run without executing task effects |
urls | array | Asset URLs to delete |
fail_if_not_found | boolean | Fail the task if any specified asset URL does not exist |
include | array | File name patterns to include |
exclude | array | File name patterns to exclude |
See also: Tasks overview
