Deleting an Appliance Import Transfer Job's Tags

Delete a tag from an appliance import transfer job.

Using the CLI

Use the oci dts job update command and required parameters to delete an appliance import transfer job's tags. The CLI command replaces any existing tags with the new key/value pairs you specify. If you want to delete some of the tags, specify a new tag string that does not contain the unwanted key/value pairs.

To delete all free-form tags:

oci dts job update --job-id job_id --freeform-tags '{}' [OPTIONS]

To delete all defined tags:

oci dts job update --job-id job_id --defined-tags '{}' [OPTIONS]

For a complete list of flags and variable options for CLI commands, see the Command Line Reference.