Errors

account_deleting

403 – The account is being deleted. The address belongs to an account whose erasure was confirmed.

The account is being deleted. Answered with 403.

What it means

The address belongs to an account whose erasure was confirmed. From that moment every credential of the account is refused, and there is nothing left to sign in to.

What to do

Nothing to retry: erasure is irreversible. A new account can be started once the address is free.

The body

{
  "type": "https://tigby.eu/problems/account_deleting",
  "title": "The account is being deleted",
  "status": 403,
  "detail": "…what was refused, naming this request's own values",
  "code": "account_deleting",
  "doc_url": "https://docs.tigby.eu/errors/account_deleting",
  "agent_hint": "…the next step, for software"
}

Branch on code. The detail names this request's own Handle, id or limit and is not part of the contract.