Skip to main content
DELETE
/
cabinet
/
branding
/
logo
Delete Logo
curl --request DELETE \
  --url https://api.example.com/cabinet/branding/logo \
  --header 'Authorization: Bearer <token>'
{
  "name": "<string>",
  "logo_letter": "<string>",
  "has_custom_logo": true,
  "logo_url": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

Current branding settings.

name
string
required
logo_letter
string
required
logo_url
string | null