Deletes a workspace, removing it from the user’s workspace list. The workspace’s uncommitted changes are lost unless previously shelved or committed. This is typically used when cleaning up unused workspaces or switching between different working contexts. Requires READ access to the repository. Returns 404 Not Found if the workspace doesn’t exist, or 204 No Content on successful deletion.
This API uses OAuth 2 with the implicit grant flow
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"
The repo ID of the workspace.
3 - 128"example_id"
Request completed successfully