Organizations

Remove the organization 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.

delete/organizations/{organization_id}/logo

Path parameters

organization_idstring 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.

Which mark to address: 'light' (the default) or 'dark'. On the GET, an unset variant falls back to the other one.

Response

Successful Response

Changes

No recorded changes to this endpoint across all 1 revision of this API.