POST /releases/{release}/takedown-all
Take down release
Issues a managed takedown of the release from all eligible outlets. A Delete/Purge message is queued to each store the release was delivered to, and the release's distribution intent is recorded as a takedown.
- Only the release owner may take down the release.
- A release under a blocking/infringement lock cannot be taken down.
- Owner semantics: the release is not rejected, so you may redistribute later without re-approval.
- While the account is under an agreed minimum term, the call returns
409with error codeCONTRACT_HOLD_CONFIRM_REQUIREDuntil it is repeated withconfirm_contract_hold: true. The takedown is never refused outright; the confirmation is recorded.
Parameters
- release (path)
Responses
- 200
- 404
- 401
- 422
- 403