Deletes a workspace, removing it from the user’s workspace list.
Important: The workspace’s uncommitted changes are lost unless previously shelved or committed.
Use cases:
Requirements: Requires READ access to the repository.
Returns:
404 Not Found if the workspace doesn’t exist204 No Content on successful deletionThis 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