Nihai Objects Delete Search Endpoint¶
Body-based delete to avoid proxy method/path issues.
Payload: {"uuid": "...", "collection": "..."}
If hard delete fails, falls back to soft delete by setting is_active=false.
Quick Links¶
API Reference¶
Endpoint: POST /search/nihai/objects/delete
Example Usage¶
curl -X POST http://localhost:8000/search/nihai/objects/delete \
-H 'Content-Type: application/json' \
-d '{'query': 'What are symptoms of high blood pressure?', 'max_results': 3}'