delete_room_tab
Remove a Room Tab in Webex by specifying its unique identifier, simplifying workspace management and ensuring clutter-free collaboration environments.
Instructions
Delete a Room Tab in Webex.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | The unique identifier for the Room Tab to delete. |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "The unique identifier for the Room Tab to delete.",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}