Remove a brand variation
remove_brand_variationPermanently delete a brand proposal from a project, removing it from client view along with its comments. Requires confirmation; use update instead to revise.
Instructions
Permanently DELETE one brand proposal from a project. The client stops seeing that direction on their next share view, and the comments they left on it go with it. This cannot be undone, there is no archive, and confirm: true is required, so read list_client_comments first if the feedback on that direction still matters. The surviving variations keep the positions they already had, which leaves a gap in the sequence rather than closing it, so follow with reorder_brand_variations when the order the client meets them in matters. Use update_brand_variation instead when the direction should be revised rather than retired. Requires the kits:write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be exactly true. Required because deletion is permanent. | |
| projectId | Yes | Owned brand project id from list_brand_projects. | |
| variationId | Yes | Id of the variation in that project to delete. |