pub async fn delete_workspace( __arg0: State<AppState>, __arg1: Path<String>, ) -> Result<StatusCode, ApiError>
DELETE /api/workspaces/{name} — unregister a workspace.
DELETE /api/workspaces/{name}