> ## Documentation Index
> Fetch the complete documentation index at: https://embedchain-user-dyadav-remove-pipeline.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete app

> Delete an existing app

<RequestExample>
  ```bash Request
    curl --request DELETE \
      --url http://localhost:8080/{app_id}/delete
  ```
</RequestExample>

<ResponseExample>
  ```json Response
  { "response": "App with id {app_id} deleted successfully." }
  ```
</ResponseExample>
