Skip to main content
DELETE
/
v1
/
memory
/
{memory_id}
Delete Memory
curl --request DELETE \
  --url https://api.liveavatar.com/v1/memory/{memory_id} \
  --header 'X-API-KEY: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

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

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

Authorizations

X-API-KEY
string
header
required

Path Parameters

memory_id
string
required

Response

Successful Response