Delete a path
Filesystem
Delete by Path
Delete the file or folder at a path. Folders are deleted recursively.
DELETE
Delete a path
Destructive operation: Folder deletion is recursive and permanent. The project root (
/) cannot be deleted.What this does
Deletes whatever exists at the given path. If the path is a folder, all files and subfolders within it are deleted recursively. Returns204 No Content on success with no response body.
Example
204 No Content (empty body)