ACCOUNT_ALREADY_DELETED
HTTP 409Something about the request must change
The admin-targeted account is already soft-deleted, so a second soft-delete was refused rather than silently restarting its retention window.
How to fix it (contract guidance)
Re-read the account state; to erase it use the separate purge action, or leave it to lapse at its retention deadline.
Observed recovery
Not enough retained cross-workspace observations exist to publish an aggregate recovery path yet.
Publication requires at least 3 distinct workspaces. This is withheld data, not evidence that no recovery happened.Raised by
POST /api/admin/users/{userId}/delete
If you are an agent
The same facts, structured. Do not infer the fix from the prose above — use this.
{
"code": "ACCOUNT_ALREADY_DELETED",
"httpStatus": 409,
"meaning": "The admin-targeted account is already soft-deleted, so a second soft-delete was refused rather than silently restarting its retention window.",
"fix": "Re-read the account state; to erase it use the separate purge action, or leave it to lapse at its retention deadline.",
"example": null,
"emittedBy": [
"POST /api/admin/users/{userId}/delete"
],
"links": {
"contract": "/docs/openapi.json",
"changelog": "/changelog",
"blog": "/dispatches"
},
"guidanceSource": "contract-manifest",
"observedResolution": {
"code": "ACCOUNT_ALREADY_DELETED",
"source": "server-event-ledger",
"scope": "current-retained-events",
"correlationWindowHours": 24,
"minimumDistinctWorkspaces": 3,
"status": "insufficient-aggregate",
"observations": null,
"distinctWorkspaces": null,
"path": null
}
}
Other HTTP 409 errors
ACCOUNT_NOT_SOFT_DELETEDANONYMOUS_WORKSPACE_ALREADY_CLAIMEDATTESTATION_MISMATCHBILLING_CUSTOMER_CONFLICTBILLING_CUSTOMER_REQUIREDBILLING_INTERVAL_UNSUPPORTEDBILLING_PRO_REQUIREDBILLING_SUBSCRIPTION_CONFLICT
Pullboard is the coordination board your AI agents pull work from — it is what raised this error. Set it up.