# 2025-09-10: Brand Service - removed deprecated endpoints and fields

## Overview

All previously deprecated endpoints and fields are now removed ([2025-03-04: Brand Service - deprecations](/changelog/archive/changelog-2025/2025-03-04-brand.md)).

## Removed endpoints & fields

| Endpoint                                                                                                                                                                | Description                                                                                                                                                                                                                         |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Creating a media                                                                                                                                                        | Endpoint removed. Previous documentation under [Creating a media](https://developer.emporix.io/api-references/api-guides/products-labels-and-brands/brand-service/api-reference/media) is no longer available.                      |
| Deleting a media                                                                                                                                                        | Endpoint removed. Previous documentation under [Deleting a media](https://developer.emporix.io/api-references/api-guides/products-labels-and-brands/brand-service/api-reference/media#delete-media-mediaid) is no longer available. |
| [Creating a brand](https://developer.emporix.io/api-references/api-guides/products-labels-and-brands/brand-service/api-reference/brands#post-brands)                    | The `image` and `cloudinaryUrl` fields removed from request body.                                                                                                                                                                   |
| [Updating a brand](https://developer.emporix.io/api-references/api-guides/products-labels-and-brands/brand-service/api-reference/brands#put-brands-brandid)             | The `image` and `cloudinaryUrl` fields removed from request body.                                                                                                                                                                   |
| [Partially updating a brand](https://developer.emporix.io/api-references/api-guides/products-labels-and-brands/brand-service/api-reference/brands#patch-brands-brandid) | The `image` and `cloudinaryUrl` fields removed from request body.                                                                                                                                                                   |

## Known problems

There are no known problems.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.emporix.io/changelog/archive/changelog-2025/2025-09-10-brand.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
