Skip to main content
DELETE
/
KnowledgeBaseChat
/
{chatId}
Delete a knowledge base chat
curl --request DELETE \
  --url https://api.starleads.co/KnowledgeBaseChat/{chatId} \
  --header 'X-Api-Key: <api-key>'
{
  "success": true
}

Authorizations

X-Api-Key
string
header
required

Headers

X-Api-Key
string
required

Api key to pass as a X-Api-Key request header.

Path Parameters

chatId
string
required

ID of the knowledge base chat.

Response

Chat deleted successfully

Generic success response

success
boolean

Indicates the operation was successful