# 2025-03-04: Brand Service - deprecations

## Overview

All deprecations will be removed on 2025-09-01. From now on, use the [media-service endpoints](https://developer.emporix.io/api-references/api-guides/media/media/api-reference/assets) to manage media for brands.

## Deprecated endpoints

| Endpoint                                                                                                                                                                | Description                                                               |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
| [Creating a media](https://developer.emporix.io/api-references/api-guides/products-labels-and-brands/brand-service/api-reference/media)                                 | Endpoint will be removed.                                                 |
| [Deleting a media](https://developer.emporix.io/api-references/api-guides/products-labels-and-brands/brand-service/api-reference/media#delete-media-mediaid)            | Endpoint will be removed.                                                 |
| [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 will be 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 will be 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 will be removed from request body. |

## Known problems

There are no known problems.
