Company logoTrust Center Documentation
API v1 ReferenceBrandFiletype

Delete a brand asset

Removes the uploaded logo, hero banner, or custom font and clears the tenant association. Browse request parameters, authentication requirements, response…

DELETE
/api/v1/brand/{filetype}

Removes the uploaded logo, hero banner, or custom font and clears the tenant association.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

filetype*string

Type of brand asset to manage. Supports logo, hero banner, and custom font uploads.

Value in

  • "logo"
  • "hero"
  • "font"

Response Body

application/json

curl -X DELETE "https://example.com/api/v1/brand/logo"
{  "message": "string"}

How is this guide?