Overview
Thedelete_workspace function permanently deletes a workspace from the system.
Function Signature
Parameters
The unique identifier of the workspace to delete
Return Value
ReturnsResult<()> indicating success or failure.
Basic Usage
Error Handling
Important Notes
- This operation is irreversible
- All workspace data including members, roles, and content will be deleted
- You must be a workspace owner to delete a workspace
- Workspaces with active members cannot be deleted unless all members are removed first
Rate Limits
- Delete operations: 20 requests per minute
- Burst limit: 5 requests per second
Related Functions
- fetch_workspace - Get workspace by ID
- update_workspace - Update workspace details
