Delete
Configuration
- type: delete
location: "aws_s3/path/to/file" # Required: Location string
recursive: false # Optional: true/false. Default is false
on_failure: abort # Optional: abort/warn/quiet/skip
id: my_id # Optional. Will be generated. Use `log` hook with {runtime_state} to view state.Properties
Property
Required
Description
Output
status: success # Status of the hook execution
path: "path/to/file" # The path that was deletedExamples
Clean Up Temporary Files
Clean Up Staging Area
Remove Failed Processing Artifacts
Clean Up Log Files
Last updated
Was this helpful?