Destroy workspace
destroy_workspaceDelete a workspace and all its contents by providing its ID. Safely handles IDs that no longer exist, ensuring cleanup without errors.
Instructions
Deletes a workspace and everything in it. Safe to call on an id that no longer exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| destroyed | Yes |