Skip to main content
POST
/
api
/
v2
/
memories
/
semantic
/
delete
Delete Semantic Memory
curl --request POST \
  --url http://localhost:8080/api/v2/memories/semantic/delete \
  --header 'Content-Type: application/json' \
  --data '
{
  "org_id": "universal",
  "project_id": "universal",
  "semantic_id": "",
  "semantic_ids": []
}
'

Body

application/json
org_id
string
default:universal
project_id
string
default:universal
semantic_id
string
default:""
semantic_ids
string[]

Response

204

Successful Response