Delete Tag Option
servicecatalog_delete_tag_option | R Documentation |
Deletes the specified TagOption¶
Description¶
Deletes the specified TagOption.
You cannot delete a TagOption if it is associated with a product or portfolio.
Usage¶
servicecatalog_delete_tag_option(Id)
Arguments¶
Id |
[required] The TagOption identifier. |
Value¶
An empty list.
Request syntax¶
svc$delete_tag_option(
Id = "string"
)