Skip to content

Clusters.Delete

func (*ClusterClient) Delete(ctx context.Context, slug string) error

Delete a cluster by its slug.

slug string

The slug of the cluster to delete

An error if the cluster could not be deleted.

not_found cluster not found

The specified cluster does not exist.