Under the hood
Useful2 Signal3
Artifact assets can now be deleted one at a time through a new route.
What's wrong with this entry?
Anonymous. No account, no email.
What
Artifact assets can be deleted individually through a new route built per artifact and asset id, alongside the existing upload and list routes.
Details
- The route helper validates the artifact slug and the asset id before calling, and reports through an
artifact_asset_deletemark with codes including "invalid_slug", "invalid_id", "not_writer", "policy_denied" and "malformed_reply". - The helper itself is unconditional; the asset API as a whole has no separate flag visible in the build.
Evidence
artifact_asset_delete
Strings lifted out of the shipped bundle, so the claim above can be checked against them.