---
title: "Delete Source Logo"
method: DELETE
path: "/api/v1/admin/source-tracker/logos/{domain}"
tags: ["source-tracker-admin"]
---

# Delete Source Logo

`DELETE /api/v1/admin/source-tracker/logos/{domain}`

Reset a domain to the fallback: drop the uploaded logo so the map falls
back to the static committed manifest (then a monogram). The S3 object is
left in place — cheap, and a sweeper can GC orphans (mirrors asset delete).

## Path parameters

- `domain` string, required

## Response `204`

Successful Response

## Other responses

- `404` — Resource not found
- `422` — Validation Error

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/c0f54348e251/schema)
