> ## Documentation Index
> Fetch the complete documentation index at: https://docs.runaether.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Project

> Delete a project

Permanently deletes the specified project and all associated resources (workspaces, tasks, environment variables).

## Authentication

Requires a valid Bearer token.

## Path Parameters

<ParamField path="id" type="string" required>
  Project ID (UUID).
</ParamField>

## Response

Returns `204 No Content` on success with an empty response body.

## Errors

| Status | Description                                                  |
| ------ | ------------------------------------------------------------ |
| `401`  | Unauthorized — missing or invalid token                      |
| `404`  | Not Found — project does not exist or you do not have access |
