Deletes a file or directory at the specified path in a workspace. The ref_id must be a workspace ID, and requires a client ID header. The deletion is recorded in the workspace’s draft commit and can be reverted before committing. Returns 404 Not Found if the path doesn’t exist, or 202 Accepted on successful deletion.
This API uses OAuth 2 with the implicit grant flow
The unique id of the client making this request
The repo ID of the repository. Repo name can be used instead of the ID, but usage of ID for permanent linking and API requests is preferred.
3 - 128"example_id"
An ID of a workspace, branch or commit.
3 - 128"example_id"
A path to a file inside the repository.
"/path/to/file"
File deleted