Remove-Setting
- 1 Minute to read
- Print
- DarkLight
- PDF
Remove-Setting
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Deletes an existing setting.
Remove-Setting
-Id
Warning!
Be very careful here. Deleting some settings can cause your workspace to become unstable or unusable. You should only delete custom settings that you've added.
Returns nothing.
Parameters
Parameter | Type | Required? | Notes |
---|---|---|---|
Id | String | Yes | The setting id. |
Examples
Delete an existing setting
Remove-Setting -Id "My Custom Setting"