{
	"name": "FireIde.API.Fs.Delete",
	"Web.Endpoint": "DELETE /fs/*",
	"json": {
		"@scopeSet(fsPath)": {
			"@index(express.req.params)": 0
		},
		"@equals": [
			{
				"@get(fsPath)": null
			},
			""
		],
		"@if": {
			"@set(fsPath)": "."
		},
		"@FireIde.Core.Fs.PathExists": {
			"@get(fsPath)": null
		},
		" @if": {
			"@FireIde.Core.Fs.Delete": {
				"@get(fsPath)": null
			},
			"@return": true
		}
	}
}