Chats
Delete Chat
Soft-deletes the chat and its messages.
DELETE
Error
Authorizations
Personal Access Token, sent verbatim as pat_<32 chars>. PATs are
minted from the Chief settings UI.
Headers
Project identifier scoping the request. Required on every
project-scoped public endpoint. Missing or malformed values respond
with HTTP 400 and code publicapi.tenancy.project.missing.
Pattern:
^project_[a-z0-9]{20}$Path Parameters
Chat identifier.
Pattern:
^chat_[a-z0-9]{20}$Response
Chat deleted.
Previous
List MessagesReturns metadata for every message in the chat. The response does
not include message content; clients fetch one message at a time
via `GET /v1/chats/{id}/messages/{mid}` when they need the body.
Next
Error