---
title: "Deletes brand information from a group."
method: DELETE
path: "/v2.1/accounts/{accountId}/groups/{groupId}/brands"
tags: ["GroupBrands"]
---

# Deletes brand information from a group.

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

This method deletes one or more brands from a group.

## Path parameters

- `accountId` string, required
- `groupId` 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/versions/77f1998c313d/schema)
