Appearance
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/:releaseIdPath Parameters
| Parameter | Description |
|---|---|
id | Product ID |
releaseId | Release 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
