How delete application when backend is empty ?

1

I want to delete the application from amplify, but an error appears : "Invoking remove all backends execution failed" How delete application if a backend compartment S3 is empty ? there is nothing compartments.

Fumex
asked 2 years ago197 views
1 Answer
0
Accepted Answer

Have you tried the delete-app command in the AWS CLI?

aws amplify delete-app --app-id <app id e.g. d0000000000000>
Ed
answered 2 years ago
  • Yes, I just made this request, it works perfectly. thanks you

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions