curl --request DELETE \
--url http://localhost:8080/cabinet/branding/logo{
"name": "<string>",
"logo_letter": "<string>",
"has_custom_logo": true,
"logo_url": "<string>"
}Delete custom logo and revert to letter. Admin only.
curl --request DELETE \
--url http://localhost:8080/cabinet/branding/logo{
"name": "<string>",
"logo_letter": "<string>",
"has_custom_logo": true,
"logo_url": "<string>"
}