deleteStackSet
inline suspend fun CloudFormationClient.deleteStackSet(crossinline block: DeleteStackSetRequest.Builder.() -> Unit): DeleteStackSetResponse
Deletes a StackSet. Before you can delete a StackSet, all its member stack instances must be deleted. For more information about how to complete this, see DeleteStackInstances.