truncate is a intermediate operation that will delete the content of a data resource but not it's metadata
Truncate supports the following arguments:
| Name | Default | Description |
|---|---|---|
| force | false | Delete the foreign keys constraints if true |
| cascade | false | Truncate recursively the dependent resources |
| processing-type | batch | The processing type (all at once or one by one) |
Truncate is also available via the data truncate command