deleteSource. status is "deleted" on a clean rm or "deleted_with_errors" when --purge was set and one or more artifact removals failed. affectedSources lists co-claimants whose on-disk files were also removed; they need to re-sync to restore. purgeErrors carries per-artifact failure messages.{
"status": "deleted",
"purgeErrors": [
"string"
],
"affectedSources": [
"string"
]
}