otdfctl policy obligations triggers delete
delete - Delete an obligation trigger
Synopsis
otdfctl policy obligations triggers delete [flags]
Description
Delete an obligation trigger.
Examples
Delete an obligation trigger by its ID:
otdfctl policy obligations triggers delete --id "79b798f2-50a4-4a6d-9c5d-0f0e3c8787e8"
Force the deletion of an obligation trigger:
otdfctl policy obligations triggers delete --id "79b798f2-50a4-4a6d-9c5d-0f0e3c8787e8" --force
Options
-
--id <id>
- ID of the obligation trigger to delete (required:
true
)
-
--force <force>
- Force deletion without interactive confirmation (required:
false
)