Skip to main content
DELETE
/
cabinet
/
branding
/
logo
Delete Logo
curl --request DELETE \
  --url http://localhost:8080/cabinet/branding/logo
{
  "name": "<string>",
  "logo_letter": "<string>",
  "has_custom_logo": true,
  "logo_url": "<string>"
}

Response

200 - application/json

Successful Response

Current branding settings.

name
string
required
logo_letter
string
required
logo_url
string | null