DELETE tags/keys
Delete customer tags values.
Request example and description
Tag keys and values
curl --request DELETE "https://api-asm1.apica.io/v3/tags/keys?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E" --header "Content-Type: application/json" --data-raw "{ \"keys_values\": { \"Environment\": [ \"Prod\", \"Dev\" ], \"Region\": [ \"USA\", \"SWE\" ] } }"
Name | Type | Required | Description |
---|---|---|---|
keys_values | Object | No |
Tags. Keys and values. |