Company logoTrust Center Documentation

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", {  method: "DELETE"})
{
  "success": true,
  "data": {
    "message": "Logo removed."
  }
}
Empty
Empty
Empty

How is this guide?