Delete Entry
DELETE/api/v1/entries/:entry_id
Delete entry and all its files.
Warning: This permanently deletes all files from storage. Also deletes associated chunks from Qdrant if they exist.
Returns: Dict with deletion status: { "message": "Entry deleted successfully", "cleanup_status": { "database": bool, "webhook": bool, "minio": bool, "qdrant": bool, "meilisearch": bool }, "warnings": ["component1", "component2"] (optional, if any cleanups failed) }
Request
Responses
- 200
- 422
Successful Response
Validation Error