Skip to content

Delete file or directory

DELETE
/v1/workspaces/{workspace_id}/fs/{path}
curl --request DELETE \
--url https://app.everruns.com/api/v1/workspaces/example/fs/example
workspace_id
required
string

Workspace ID (wsp_<32-hex>)

path
required
string

File or directory path

recursive
boolean

Delete recursively

Deleted

Media type application/json

Response for delete operation

object
deleted
required
boolean
Example generated
{
"deleted": true
}

Invalid request

Cannot delete readonly content

Internal server error