delete_team
Remove a team from Webex by specifying its unique ID to manage and organize workspace structures effectively.
Instructions
Delete a team by ID in Webex.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
teamId | Yes | The unique identifier for the team to be deleted. |
Input Schema (JSON Schema)
{
"properties": {
"teamId": {
"description": "The unique identifier for the team to be deleted.",
"type": "string"
}
},
"required": [
"teamId"
],
"type": "object"
}