---
title: "Delete local stores"
method: DELETE
path: "/catalogs/{catalog_id}/local_stores"
tags: ["catalog_supplemental"]
---

# Delete local stores

`DELETE /catalogs/{catalog_id}/local_stores`

Delete multiple local stores for a catalog owned by the "operation user_account".
  - By default, the "operation user_account" is the token user_account.
  - Supports optional filtering by store codes.

  Optional: Business Access: Specify an ad_account_id (obtained via [List ad accounts](/docs/api/v5/#operation/ad_accounts/list)) to use the owner of that ad_account as the "operation user_account". In order to do this, the token user_account must have one of the following [Business Access](https://help.pinterest.com/en/business/article/share-and-manage-access-to-your-ad-accounts) roles on the ad_account: Owner, Admin, Catalogs Manager.

  [Learn more](/docs/api-features/shopping-overview/)

## Path parameters

- `catalog_id` string, required

## Query parameters

- `ids` LocalStoreId[], required
- `ad_account_id` string

## Response `200`

The request has succeeded.

- object[]
  - `id` string, required — The ID of the local store.
  - `status` union, required
    - PinterestLibStatus204 — The resource was successfully deleted.
      - `statusCode` 204, required
    - PinterestLibError — Default error response
      - `code` integer, required
      - `message` string, required

## Other responses

- `204` — Resource deleted successfully.
- `400` — The request could not be understood by the server due to unexpected data.
- `401` — Authentication is required and has either failed or not been provided.
- `403` — The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource.
- `404` — The requested resource could not be found on this server.
- `429` — The user has sent too many requests in a given amount of time and is being rate limited.
- `default` — An unexpected error response.

## Changes

- **2026-06-04** (v5) `b698c180678a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pinterest/apis/pinterest-rest-api/changes/catalogs/:catalog_id/local_stores/delete.md)

---

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