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

# Delete Agent

> Delete an agent

## Request

```bash theme={null}
curl -X DELETE "https://app.orova.ai/api/agents/AGENT_ID" \
  -H "x-api-key: YOUR_API_KEY"
```

## Path parameters

| Parameter | Type   | Description |
| --------- | ------ | ----------- |
| `id`      | string | Agent ID    |

## Response

```json theme={null}
{
  "message": "Agent deleted successfully"
}
```
