func (*ClusterClient) Delete(ctx context.Context, slug string) errorDelete a cluster by its slug.
Parameters
Section titled “Parameters”slug string The slug of the cluster to delete
Returns
Section titled “Returns”An error if the cluster could not be deleted.
Errors
Section titled “Errors”not_found cluster not found The specified cluster does not exist.