delete_proxy__id_
Removes a specified proxy from the GoLogin MCP server by providing its unique ID, enabling efficient management of browser profile configurations.
Instructions
Delete proxy
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}