---
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

---

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