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