# Delete

You can permanently delete a Spice app from the portal. Deleting an app will stop all running deployments and release its associated resources.

{% hint style="danger" %}
Deleting an app is **permanent** and cannot be undone. All associated deployments, datasets, and configurations will be removed.
{% endhint %}

## Delete an App

1. Navigate to the app you want to delete.
2. Click **Settings** in the app navigation sidebar.
3. Scroll down to the **Danger Zone** section.
4. Click the **Delete app** button.
5. Type the full app name to confirm deletion.
6. Click **Delete Application** to permanently delete the app.

{% hint style="info" %}
Only app owners and organization admins can delete apps.
{% endhint %}

## Delete via API

Apps can also be deleted programmatically. See the [Apps Management API](https://github.com/spicehq/docs/blob/trunk/cloud/api/management/apps.md#delete-app) for details.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.spice.ai/docs/portal/apps/delete.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
