Overview
Thedelete_organization function permanently deletes an organization from the system.
Function Signature
Parameters
The unique identifier of the organization to delete
Return Value
ReturnsResult<()> indicating success or failure.
Basic Usage
Error Handling
Important Notes
- This operation is irreversible
- All organization data including members, roles, and workspaces will be deleted
- You must be an organization owner to delete an organization
- Organizations 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_organization - Get organization by ID
- update_organization - Update organization details
- remove_organization_member - Remove members before deletion
