Removes associations between multiple variants and multiple tags in a single request. Deletes variant-tag relationships.
A valid request URL is required to generate request examples
{ "data": { "failed": [ { "reason": "<string>", "tag_id": "<string>", "variant_id": "<string>" } ], "successful": [ { "tag_id": "<string>", "variant_ids": [ "<string>" ] } ] }, "details": [ "<string>" ], "success": true }
Team slug
App slug
Variant and tag relationships to delete
50
Show child attributes
Variants removed from tags successfully
Additional contextual information about the response. Used to provide supplementary details beyond the main data payload, such as validation warnings or processing notes