# Delete a Project

## Moves a project to trash

<mark style="color:red;">`DELETE`</mark> `https://autogon.ai/api/v1/engine/project/{app_id}/`

#### Path Parameters

| Name                                      | Type   | Description                               |
| ----------------------------------------- | ------ | ----------------------------------------- |
| app\_id<mark style="color:red;">\*</mark> | String | The unique `app_id` of the project (UUID) |

#### Headers

| Name                                        | Type   | Description    |
| ------------------------------------------- | ------ | -------------- |
| X-AUG-KEY<mark style="color:red;">\*</mark> | String | YOUR\_API\_KEY |

{% tabs %}
{% tab title="200: OK Project Deleted" %}

```javascript
{
    "status": "true",
    "message": "Project deleted successfully"
}
```

{% endtab %}
{% endtabs %}

{% hint style="info" %}
**Good to know:** A deleted project may still be restored until after 30 days to deletion. To restore a deleted project, contact our support  with  details of the project to be restored.
{% endhint %}


---

# 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.autogon.ai/other-apis/project/delete-a-project.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.
