Fs Delete
Delete/archive a canonical KFS file.
Space-scoped: memory delete delegates to the existing Memories
delete path. Working Memory delete has no safe existing 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": {}
}
]
}