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