Skip to main content
DELETE
/
chats
/
{chat_id}
/
memories
/
{memory_id}
Delete a conversation summary
curl --request DELETE \
  --url https://api.useinvent.com/chats/{chat_id}/memories/{memory_id} \
  --header 'Authorization: Bearer <token>'
null

Documentation Index

Fetch the complete documentation index at: https://docs.useinvent.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token authentication using your API key

Path Parameters

chat_id
string
required

Chat ID

memory_id
string
required

Memory ID

Response

200 - application/json