Delete a node file or folder
POST/api/delete_node_entry
Deletes the given file or folder within a node's directory (recursively for folders), rejecting reserved node files. Missing entries are ignored rather than treated as an error.
Request
Responses
- 200
- 400
- 404
- 409
- 422
Successful Response
The requested path cannot be modified through this action (it is a reserved node file).
Node not found
The node follows a catalog, so its files can't be edited here
Validation Error