Remove brand logo
Remove the current brand logo for the tenant. This will delete the logo file from storage and reset the tenant logo to null.
fetch("https://app.orbiqhq.com/api/v1/brand/logo")
{
"success": true,
"data": {
"message": "Logo removed."
}
}
Empty
Empty
Empty
How is this guide?