Chats
Reset a chat
Clear an Extract chat’s messages.
POST
Reset a chat's conversation state
Clears messages for a new conversation on the same thread. Attachments stay. Not billed.
Authorizations
Organisation API key from Settings → API / /api/keys/. The secret is
shown once. Send Authorization: Bearer sk-abacus-…. One active key
per organisation. Ingest (/api/v2/ingest/*) refuses API keys — that
surface is Auth0-only with ingest:read / ingest:write scopes.
Path Parameters
Response
200 response for POST /api/v2/chats/<thread_id>/reset/.
Fields:
thread_id: The reset chat's thread id (echo).
messages_deleted: Number of ChatMessage rows removed.

