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

# Delete Project

> Permanently delete one or more Ahrefs projects, including their Rank Tracker keywords, Site Audit crawls and history

Permanently delete one or more Ahrefs projects, including their Rank Tracker keywords, Site Audit crawls and history. Free: does not consume API units. This cannot be undone. Ahrefs answers with the projects that remain.

|                       |                         |
| --------------------- | ----------------------- |
| **App**               | Ahrefs                  |
| **Operation ID**      | `ahrefs_delete_project` |
| **Type**              | Action                  |
| **Connection**        | `ahrefs` (required)     |
| **Credits per run**   | Free                    |
| **Agent / MCP tool**  | Yes                     |
| **Requires approval** | Yes (write operation)   |

## Inputs

| Field         | Type                      | Required | Default | Description                                                                                                                                                                  |
| ------------- | ------------------------- | -------- | ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `project_ids` | array of string or string | Yes      | -       | Numeric IDs of the projects to delete permanently, as a list or comma-separated string. Deleting a project removes its Rank Tracker keywords, Site Audit crawls and history. |

## Output

**Type**: `List[Dict]`

Returns the projects remaining in the workspace after deletion, as Ahrefs reports them: project\_id, project\_name, url, mode, protocol, access, verified, folder, owned\_by, keyword\_count.

**Fields**: `project_id`, `project_name`, `url`, `mode`, `protocol`, `access`

**Example**:

```json theme={"dark"}
[
  {
    "project_id": "7297356",
    "project_name": "Marketingauditor",
    "url": "marketingauditor.com/",
    "mode": "subdomains",
    "protocol": "both",
    "access": "shared"
  }
]
```
