---
title: "Delete asset groups."
method: DELETE
path: "/businesses/{business_id}/asset_groups"
tags: ["business_access_assets"]
---

# Delete asset groups.

`DELETE /businesses/{business_id}/asset_groups`

Delete a batch of asset groups.

## Path parameters

- `business_id` string, required

## Request body

- AssetGroupDeletionDelete
  - `asset_groups_to_delete` PinterestLibIntegerFormatType[], required

## Response `200`

The request has succeeded.

- AssetGroupDeletion
  - `deleted_asset_groups` string[]
  - `exceptions` AssetGroupDeleteError[], nullable
    - `asset_group_id` string — Asset group id of the exception.
    - `code` integer — Error code associated with the error deleting asset group.
    - `message` string — Error message associated with the error deleting asset group.

## Other responses

- `default` — An unexpected error response.

---

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