Fs Delete
Delete/archive a canonical Nowledge FS file.
Memory delete delegates to the existing Memories delete path, preserving
the object's concrete space. Working Memory delete has no safe helper in
this slice and returns ENOTSUP.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/fs/delete" \ -H "Content-Type: application/json" \ -d '{ "path": "string" }'null{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}