---
title: "Delete Email Logo"
method: DELETE
path: "/company-email-settings/logo"
tags: ["company-email-settings"]
---

# Delete Email Logo

`DELETE /company-email-settings/logo`

Drop the uploaded logo, falling the company's email back to its website icon.

The bytes go too rather than being retained: they are served to anyone
holding the URL, so "remove" has to mean it. Already-delivered email loses
the image and shows the company name in its place.

Idempotent, including on a company with no settings row at all.

## Response `200`

Successful Response

- CompanyEmailSettingsResponse — The company's email branding, as the settings page renders it. Unlike the document-settings response this one *can* be empty — a company that has never configured branding has no reply-to to invent, and the page needs to know that so it presents the form as unsaved rather than as holding a value nobody chose. ``configured`` says which state this is.
  - `configured` boolean, required
  - `reply_to_email` string, nullable, required
  - `use_company_icon` boolean, required
  - `logo_url` string, nullable, required
  - `custom_logo_url` string, nullable, required

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/425d5b8a3c17/schema)
