cURL
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": [] } '
Successful Response