Using the terraform state rm command on a resource will destroy that resource.
terraform state rm
The terraform state rm command makes Terraform stop tracking the resource by removing its state binding; it does not delete the remote infrastructure object.
Community Discussion