---
title: "Delete an Agent Configuration"
method: DELETE
path: "/v1/projects/{project_id}/agents/{agent_id}"
tags: ["configurations"]
---

# Delete an Agent Configuration

`DELETE /v1/projects/{project_id}/agents/{agent_id}`

Deletes the specified agent configuration. Deleting an agent configuration can cause a production outage if your service references this agent UUID. Migrate all active sessions to a new configuration before deleting.

## Path parameters

- `project_id` string, required
- `agent_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

Agent configuration deleted

- DeleteAgentConfigurationV1Response — Confirmation that the agent configuration was deleted

## Other responses

- `400` — Invalid Request

## Changes

> 9 revisions in range; 5 could not be searched.

- **2026-08-06** `bd7ba5c18a6b` — 2 info
  - api tag `configurations` added
  - api tag `voiceAgent > configurations` removed

[Change history](https://skmtc.dev/deepgram/apis/rest-api/changes/v1/projects/:project_id/agents/:agent_id/delete.md)

---

[API](https://skmtc.dev/deepgram/apis/rest-api.md) · [All operations](https://skmtc.dev/deepgram/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deepgram/rest-api/revisions/b9aa1b51520e/schema)
