How it works
Irreversible. The brand record is removed; existing generations and shares that reference it stay intact but lose the live brand link.
Inputs
Name
Type
Required
Description
brandId
string
required
Brand ID to delete.
Returns
{ deleted: true, brandId }Examples
Clean up a test brand
Drop a brand kit that was created for QA.
{
"brandId": "abc123"
}