Skip to content

Delete Release

Delete a release. The stored zip is removed too, unless another release still points at the same file.

DELETE /v1/products/:id/releases/:releaseId

Path Parameters

ParameterDescription
idProduct ID
releaseIdRelease ID

Response

json
{
  "data": {
    "message": "Release deleted"
  }
}

Example

bash
curl -X DELETE "https://api.packedge.dev/v1/products/prd_xxx/releases/rel_xxx" \
  -H "Authorization: Bearer pk_your_api_key"

Notes

  • Customers can no longer download or update to a deleted release
  • If you delete the stable release, set another release stable so updates keep flowing