Skip to main content
DELETE
/
chats
/
{chat_id}
/
memories
/
{memory_id}
Delete a conversation summary
curl --request DELETE \
  --url https://api.example.com/chats/{chat_id}/memories/{memory_id}
"<unknown>"

Path Parameters

chat_id
string
required
memory_id
string
required

Response

200 - application/json

The response is of type unknown.