Skip to main content
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. Returns 204 No Content on success with no response body.

Example

Response: 204 No Content (empty body)

Authorizations

X-API-Key
string
header
required

Path Parameters

project_name
string
required

The name of the project

Query Parameters

path
string
required

Absolute path inside the project (cannot be empty or /)

Response

Deleted