otdfctl policy obligations delete
delete - Delete an obligation definition
Synopsis
otdfctl policy obligations delete [flags]
Description
Removes an obligation definition from platform Policy.
Obligation deletion cascades to the associated obligation values.
For more information about obligations, see the manual for the obligations
subcommand.
Example
Delete by ID:
otdfctl policy obligations delete --id 217b300a-47f9-4bee-be8c-d38c880053f7
Delete by FQN:
otdfctl policy obligations delete --fqn "https://namespace.com/obl/name/drm"
Options
-i
,--id <id>
- ID of the obligation (required:
false
)
-f
,--fqn <fqn>
- FQN of the obligation (required:
false
)
-
--force <force>
- Force deletion without interactive confirmation (required:
false
)