---
title: "Delete a credential-branding record by id"
method: DELETE
path: "/branding/{brandingId}"
tags: ["CredentialBranding"]
---

# Delete a credential-branding record by id

`DELETE /branding/{brandingId}`

## Path parameters

- `brandingId` string, uuid, required

## Response `200`

Deletion outcome.

- DeleteCredentialBrandingResult — Outcome of a delete request.
  - `deleted` boolean, required — True when a branding record existed for the id and was removed; false when none existed.

## Other responses

- `401` — unresolved $ref
- `403` — unresolved $ref
- `500` — unresolved $ref

---

[API](https://skmtc.dev/sphereon-opensource/apis/semantic-model-authoring-api.md) · [All operations](https://skmtc.dev/sphereon-opensource/apis/semantic-model-authoring-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sphereon-opensource/semantic-model-authoring-api/revisions/066699c63e89/schema)
