unlink_ecm_linked_folder
Disassociate an ECM linked folder from a Webex space by providing its unique identifier, enabling users to manage folder-space relationships efficiently.
Instructions
Unlink an ECM linked folder from a space in Webex.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | The unique identifier for the folder to disassociate from the space. |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "The unique identifier for the folder to disassociate from the space.",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}