Company logoTrust Center Documentation
API v1 Reference/Brand/Logo

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.

DELETE
/api/v1/brand/logo
AuthorizationBearer <token>

In: header

Response Body

fetch("https://app.orbiqhq.com/api/v1/brand/logo")
{
  "success": true,
  "data": {
    "message": "Logo removed."
  }
}
Empty
Empty
Empty

How is this guide?