Command option Sample:aws ec2 delete-vpc-endpoints

Search command sample in the internet.It is the result.

Deletes one or more specified VPC endpoints.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ec2/delete-vpc-endpoints.html

aws ec2 delete-vpc-endpoints --vpc-endpoint-ids vpce-97b652fe
    VPC Endpoint for Amazon S3: just out from AWS : http://cloudacademy.com/blog/vpc-endpoint-for-amazon-s3/
aws ec2 delete-vpc-endpoints --vpc-endpoint-ids vpce-9b15e2f2
    Amazon VPC Endpoints for DynamoDB - Amazon DynamoDB : http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/vpc-endpoints-dynamodb.html
aws ec2 delete-vpc-endpoints \
    Deleting a VPC - Documentation - Outscale : http://wiki.outscale.net/display/DOCU/Deleting+a+VPC+Endpoint

aws のオプション一覧