pub async fn pools_delete_pool(
configuration: &Configuration,
poolid: &str,
) -> Result<PoolsDeletePoolResponse, Error<PoolsDeletePoolError>>Expand description
Delete pool. Permissions: You can only delete empty pools (no members).
pub async fn pools_delete_pool(
configuration: &Configuration,
poolid: &str,
) -> Result<PoolsDeletePoolResponse, Error<PoolsDeletePoolError>>Delete pool. Permissions: You can only delete empty pools (no members).