delete_share_folder__id_
Remove a shared folder from GoLogin MCP by specifying its unique ID. This tool helps manage browser profile organization and access control.
Instructions
Delete folder share
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}