Delete a file or directory
delete/sessions/{sessionId}/files/{fileOrDirectoryPath}
Deletes a file or directory.
| Name | Type | Required | Description |
|---|---|---|---|
fileOrDirectoryPath | string | true | Specifies the file or directory path. In the path value, replace each forward slash with |
sessionId | string<object-id> | true | Specifies the ID of the session. |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 204 | No Content | The file or directory was successfully deleted. | ||
| 400 | Bad Request | The request was invalid. The file or directory cannot be deleted. | Schema |