> For the complete documentation index, see [llms.txt](https://developer.harness.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.harness.io/traceable/agent-docs/aws-api-gateway/install-options/cloudformation/uninstall.md).

# Uninstall

## Uninstall through UI

Select the stack from the CloudFormation tab and click Delete to delete all the Traceable instances created to capture traffic on the AWS API gateway.

## Uninstall using CLI

Enter the following command to delete all Traceable instances created to capture traffic on the AWS API gateway.

```sh
aws cloudformation delete-stack --stack-name <name of stack>
```
