remove_permission_path
Revoke read or write permission for a specified path in the current project. The path must have been previously added to permissions.
Instructions
Remove path from project permissions.
Revokes read or write permission for the specified path in the current project. The path must have been previously added to permissions.
Arguments
permission_type (required): enum: 'read', 'write'
Permission type: 'read' or 'write'
path (required): string
Path to remove from permissions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes | Arguments for remove_permission_path tool. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |