Response
idstring
The unique identifier for this brand.
objectstring
This will always contain brand
for this endpoint.
deletedboolean
Determine if the object was successfully deleted.
import Blutui from 'blutui'
const blutui = new Blutui('ey....')
blutui.agency('studio').brand.remove()
Response
{
"id": "49a3999c-0ce1-4ea6-ab68-afcd6dc2e794",
"object": "brand",
"deleted": true
}