Can anyone tell me how to delete amazon ses template from the cli?
I'm trying to use this command from the amazon doc:
aws delete-template --template-name xxx
but does not work from the cli. When I try to list all available options when I hit this command:
aws help
The delete-template is not available. I have the latest version:
aws-cli/1.15.79
https://docs.aws.amazon.com/cli/latest/reference/ses/delete-template.html
BR,
you are missing ses after aws in the command
aws ses delete-template --template-name XXXX --region XXXXX
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With