Hard-delete a single ledger row.
DELETE/api/v1/releases/:release_id
Also clears the source's etag so the next poll bypasses
If-None-Match and re-records the deleted row in announced state
(assuming the upstream still lists it). This is the lever users want
when they marked something incorrectly and need to "get it back".
Request
Responses
- 200
- 403
- 404
Release deleted
Forbidden
Ledger entry not found