DELETE tags
Delete customer tags.
Request example and description
Tag keys
curl --request DELETE "https://api-asm1.apica.io/v3/tags?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E" --header "Content-Type: application/json" --data-raw "{ \"keys\": [ \"sample string 1\", \"sample string 2\", \"sample string 3\" ] }"
Name | Type | Required | Description |
---|---|---|---|
keys | Array | No |
Key names of the tags to delete. |