delete_workspace
Permanently delete a workspace along with its members, configs, API keys, and resources.
Instructions
Delete a workspace by id. This is permanent and removes the workspace, its members, configs, API keys, and resources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | Yes | The workspace ID to delete |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |