remove_site_role
Remove a specified role from a site to revoke a user's access. Provide the site URL and role details to complete the removal, with error handling if the role cannot be removed.
Instructions
Remove a user's site access.
Args: site_url: The URL of the site site_role: The site role to remove
Raises: BingWebmasterError: If the role cannot be removed
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_url | Yes | ||
| site_role | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |