Skip to main content
DELETE
/
memory
/
{id}
/
chunk
/
{key}
Delete chunk
curl --request DELETE \
  --url https://api.ziet.ai/v1/memory/{id}/chunk/{key} \
  --header 'Authorization: <api-key>'
{
  "deleted": true
}

Authorizations

Authorization
string
header
required

Format: 'Api-Key sk_live_YOUR_KEY'

Path Parameters

id
string
required
key
string
required

Response

Chunk deleted

deleted
boolean