DELETE /v1/conversations/{id}
Delete one conversation
Ledger-integrity delete: turns removed, row tombstoned, linked usage_events rows survive anonymized. Idempotent — this key's id answers 204 live or already deleted; a foreign id is the same 404 as any other not-found. Deletion is final: a session_id referencing a deleted conversation is not available, never revived.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| id | string | yes | Path |
Request
No request body.
Responses
401 401
| Field | Type | Required | Description |
|---|---|---|---|
| error | object | yes | — |
404 404
| Field | Type | Required | Description |
|---|---|---|---|
| error | object | yes | — |
Status codes
- 204 — Deleted (or already deleted — idempotent).
Example
curl https://api.ironstratum.com/v1/conversations/<id> \
-H "Authorization: Bearer $IRONSTRATUM_API_KEY"