Sazabi
APIMemory

Delete a memory document

DELETE
/memory/document

Soft-delete a curated project memory document by id or path.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X DELETE "https://example.com/memory/document" \  -H "Content-Type: application/json" \  -d '{}'
Empty