---
title: "Remove merchant logo"
method: DELETE
path: "/api/v1/merchants/{id}/branding/logo"
tags: ["Branding"]
---

# Remove merchant logo

`DELETE /api/v1/merchants/{id}/branding/logo`

Remove merchant logo

## Path parameters

- `id` string, uuid, required

## Response `200`

Success

- BrandingResponse
  - `success` boolean, required — Indicates if the request was successful
  - `data` object, nullable, required
    - `logo_url` string, nullable, required
    - `icon_url` string, nullable, required
    - `primary_color` string, nullable, required
    - `secondary_color` string, nullable, required

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/banqzinc/apis/quidkey-api.md) · [All operations](https://skmtc.net/banqzinc/apis/quidkey-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/banqzinc/quidkey-api/versions/f86d2bdbcb08/schema)
