---
title: "Take a release down from specific stores or all stores"
method: POST
path: "/releases/{id}/takedown"
---

# Take a release down from specific stores or all stores

`POST /releases/{id}/takedown`

Body: { store_ids: number[] } for specific stores, or { store_ids: "all" } (or an empty body) to request removal from every store ONCE distributes to. Takedowns propagate to stores over days and cannot be un-requested.

## Path parameters

- `id` string, required

## Response `200`

Takedown requested

## Other responses

- `409` — Release has not been submitted/distributed yet

---

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