Skip to content

org_shredded (410)

← Error reference

org_shredded

HTTP status: 410

Retryable: No — retrying without changes will fail the same way.

The organization has been crypto-shredded under Article 17 (right to erasure); its data is no longer accessible.

When it fires

The org's `encrypted_dek` was destroyed by a fulfilled DSAR erasure request. Subsequent reads of any PII-bearing endpoint return 410 because there is no key to decrypt the ciphertext, and the operation cannot be unwound — the audit trail is preserved with PII columns NULLed.

How to handle it

Stop sending requests for this organization. The state is permanent; recreating the org via a new tenant onboarding is the only path forward.

Example response

{
  "error": {
    "type": "https://docs-dev.autohost-dev.uk/api/errors/org_shredded",
    "code": "org_shredded",
    "message": "Organization data has been erased.",
    "request_id": "req_01HEXAMPLE0000000000000000",
    "doc_url": "https://docs-dev.autohost-dev.uk/api/errors/org_shredded"
  }
}