Deleting an AKS resource

The simplest version is if you have everything in a dedicated resource group, in that case, delete the resource group then:

kubectl config delete-context aks-contoso-video

replace aks-contoso-video with whatever your app was called.

Example output:

deleted context aks-contoso-video from /home/user/.kube/config