---
title: "Delete agent"
method: DELETE
path: "/beta/agents/{agentId}"
tags: ["Agents"]
---

# Delete agent

`DELETE /beta/agents/{agentId}`

Downgrade an agent/admin to become an end user.

## Path parameters

- `agentId` string, uuid, required

## Response `204`

The agent/admin was successfully downgraded to end user

## Other responses

- `400` — Invalid value for: path parameter agentId, Invalid value extracted from request context, Validation failure during delete processing
- `404` — An entity in this request could not be found

---

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