Skip to main content

otdfctl policy dynamic-value-mappings delete

delete - Delete a dynamic value mapping

Synopsis

otdfctl policy dynamic-value-mappings delete [flags]

Description

Delete a Dynamic Value Mapping by its ID.

For more information about dynamic value mappings, see the dynamic-value-mappings subcommand.

Examples

Delete a dynamic value mapping by ID (prompts for confirmation):

otdfctl policy dynamic-value-mappings delete --id 3c51a593-cd4d-4b74-9f97-3b3b6b0a6f21

Delete without the interactive confirmation:

otdfctl policy dynamic-value-mappings delete --id 3c51a593-cd4d-4b74-9f97-3b3b6b0a6f21 --force

Options

-i, --id <id>
The ID of the dynamic value mapping to delete (required: true)
--force <force>
Force delete without interactive confirmation (required: false)

Aliases

d