Errors
identity_provisioning
409 – Identity still provisioning.
Identity still provisioning. Answered with 409.
What it means
The Identity is being assembled by its provisioning saga, and deleting mid-saga would race the runner. The saga settles on its own.
What to do
Poll GET /api/identities/{handle} until status is ready or failed, then send the DELETE again.
The body
{
"type": "https://tigby.eu/problems/identity_provisioning",
"title": "Identity still provisioning",
"status": 409,
"detail": "…what was refused, naming this request's own values",
"code": "identity_provisioning",
"doc_url": "https://docs.tigby.eu/errors/identity_provisioning",
"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.