delete_workspaces__wid_
Remove specific workspace in GoLogin by providing its workspace ID (wid). Enables efficient management of browser profiles and automation via the GoLogin MCP server.
Instructions
Delete workspace
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wid | Yes |
Input Schema (JSON Schema)
{
"properties": {
"wid": {
"type": "string"
}
},
"required": [
"wid"
],
"type": "object"
}