---
title: "Deletes one or more brand profiles."
method: DELETE
path: "/v2.1/accounts/{accountId}/brands"
tags: ["AccountBrands"]
---

# Deletes one or more brand profiles.

`DELETE /v2.1/accounts/{accountId}/brands`

This method deletes one or more brand profiles from an account, based on the brand IDs that you include in the `brandsRequest`.

Either or both of the following settings must be enabled for the account to use this method:

- `canSelfBrandSign`
- `canSelfBrandSend`

### Related topics

- [How to create a brand](/docs/esign-rest-api/how-to/create-brand/)

## Path parameters

- `accountId` string, required

## Request body

- BrandsRequest — Details about one or more brands.
  - `brands` BrandRequest[] — A list of brands.
    - `brandId` string — The ID of the brand used in API calls

## Response `200`

Successful response.

## Other responses

- `400` — Error encountered.

---

[API](https://skmtc.net/docusign/apis/docusign-esignature-rest-api.md) · [All operations](https://skmtc.net/docusign/apis/docusign-esignature-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/docusign/docusign-esignature-rest-api/revisions/77f1998c313d/schema)
