Remove tag objects
Remove tag mappings for the specified tags and objects.
Tag IDs are validated against the customer’s accessible tags. If any tag ID does not exist or belongs to a different customer, the entire request fails.
If an object has no mappings for the given tags, the operation succeeds and that object appears
in the response with an empty tags array.
Duplicate tagIds or objects in the request are deduplicated before processing.
An optional comment can be included.
Authorizations
Headers
Your API key provided by FrankieOne
"245c765b124a098d09ef8765...."
Your Customer ID provided by FrankieOne
"12345678-1234-1234-1234-123456789012"
Your Customer Child ID provided by FrankieOne
"87654321-4321-4321-4321-210987654321"
Open string that can be used to define the "channel" the request comes in from. It can potentially be used in routing and risk calculations upon request. Default values that can be used are: api portal smartui Any alphanumeric string is supported though. Anything over 64 characters will be truncated.
Username provided by API caller
"fred.flintstone@frankieone.com"
Body
Request to remove tag mappings from one or more objects.
IDs of the tags to remove from the specified objects. All tag IDs must exist and be accessible to the customer — if any are invalid or belong to a different tenant, the entire request fails with no partial deletions (atomic failure).
1[
"12345678-1234-1234-1234-123456789012",
"87654321-4321-4321-4321-210987654321"
]Objects from which to remove the specified tag mappings.
1Optional comment to be recorded in the audit log for this action.