**To delete a Resource Explorer view** The following ``delete-view`` example deletes a view specified by its ARN. :: aws resource-explorer-2 delete-view \ --view-arn arn:aws:resource-explorer-2:us-east-1:123456789012:view/EC2-Only-View/EXAMPLE8-90ab-cdef-fedc-EXAMPLE11111 Output:: { "ViewArn": "arn:aws:resource-explorer-2:us-east-1:123456789012:view/EC2-Only-View/EXAMPLE8-90ab-cdef-fedc-EXAMPLE11111" } For more information, see `Deleting views `__ in the *AWS Resource Explorer Users Guide*.