From the course: AWS: Networking

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Delete API Gateway

Delete API Gateway

- [Tutor] Now that we've explored some of the features of API gateway, let's go ahead and clean up after ourselves. Doing so, is quite straight forward. To delete my API gateway, I go to the left-hand navigation and click the API's link towards the top. The next thing I do, is click the radio button that selects the gateway in question. From the actions menu I choose delete. I get a modal window, which prompts me to confirm my action. Since that's exactly what I want to do, I click the delete button relatively quickly and return to the API gateway, default page. Note that again, unlike an EC2, I don't see the ghost of API gateways past. Its history is immediately gone. However, the artifacts associated with it still persist. For example, if I open Lambda, my function is unaffected. I can verify that by opening up the services link at the top of the page and opening Lambda. Navigating to that browser tab, I can see that my…

Contents