DELETE /v1/conversations
Delete every conversation of the key
The ledger-integrity delete applied to every live conversation of this key: turn content removed, rows tombstoned; usage_events rows survive with conversation_id nulled (anonymized financial ledger). Deleted session_ids are never revived.
Request
No request body.
Responses
401 401
| Field | Type | Required | Description |
|---|---|---|---|
| error | object | yes | — |
Status codes
- 204 — Every live conversation of the key was tombstoned.
Example
curl https://api.ironstratum.com/v1/conversations \
-H "Authorization: Bearer $IRONSTRATUM_API_KEY"