Question about destroying specific cloud resources using attributes

I’m aware that you can do ‘terraform destroy -target module.module_name.resource.name[index]’ to destroy a specific resource, but is there anyway I can destroy the object by using a resource tag or resource id?

Something like ‘terraform destroy -target module.module_name.resource.name.id[id_string]’