---
title: "Remove the organization logo"
method: DELETE
path: "/organizations/{organization_id}/logo"
tags: ["Organizations"]
---

# Remove the organization logo

`DELETE /organizations/{organization_id}/logo`

Remove one of the organization's marks.

Only the named variant is removed; the other keeps serving both themes via
the fallback. Idempotent — removing an absent logo succeeds.

## Path parameters

- `organization_id` string, required

## Query parameters

- `variant` 'light' | 'dark' — Which of an organization's two marks an operation addresses. Both are optional and each falls back to the other when rendering, so the variant selects a slot rather than asserting one exists. A ``StrEnum`` so the value doubles as the ``?variant=`` query-param string.

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

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