VoiceDock Docs
ApiChats

Delete a chat message

Permanently delete a single chat message. Scoped to your organization.

DELETE
/chats/{id}

Permanently delete a single chat message. Scoped to your organization.

Authorization

BearerAuth
AuthorizationBearer <token>

API key authentication. Get your key from the dashboard.

In: header

Path Parameters

id*string

Chat message ID

Formatuuid

Response Body

application/json

application/json

curl -X DELETE "https://example.com/chats/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
{
  "error": "Invalid API key",
  "message": "string"
}
{
  "error": "Invalid API key",
  "message": "string"
}