Delete a chat message
Permanently delete a single chat message. Scoped to your organization.
Permanently delete a single chat message. Scoped to your organization.
Authorization
BearerAuth API key authentication. Get your key from the dashboard.
In: header
Path Parameters
Chat message ID
uuidResponse Body
application/json
application/json
curl -X DELETE "https://example.com/chats/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"error": "Invalid API key",
"message": "string"
}{
"error": "Invalid API key",
"message": "string"
}Append a chat message POST
Store a single chat message for a contact. Chats are a lightweight, developer-first storage primitive. VoiceDock keeps the messages — your application keeps the LLM logic, tools, and channel wiring (Meta Cloud API, widget, SMS gateway, etc.). Pair with `GET /chats/context` to share history between chat channels and voice agents. Messages are append-only; update by inserting a new message and delete individually via `DELETE /chats/{id}`.
List all tool templates GET
Retrieve all tool templates in your organization.