delete_team_membership
Remove a team membership by ID in Webex using this tool. Ideal for managing team access and roles effectively within the Webex MCP Server.
Instructions
Delete a team membership by ID in Webex.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
membershipId | Yes | The unique identifier for the team membership to be deleted. |
Input Schema (JSON Schema)
{
"properties": {
"membershipId": {
"description": "The unique identifier for the team membership to be deleted.",
"type": "string"
}
},
"required": [
"membershipId"
],
"type": "object"
}