---
title: "Changes to Archive Agent"
method: DELETE
path: "/agents/{agent_id}"
---

# Changes to Archive Agent

`DELETE /agents/{agent_id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 85 revisions.

- **2026-07-01** `d65fcba0d25a` — 1 breaking, 25 info
- **2026-05-07** `5a765d68c56f` — 1 info
- **2026-04-13** `76e8f6063728` — 1 breaking

## Changes

- **2026-07-01** `d65fcba0d25a` — 1 breaking, 25 info
  - the `detail` response's property type/format changed from `array`/`` to `string`/`` for status `422`
  - api operation id `delete_agent_agents__agent_id__delete` removed and replaced with `archiveAgent`
  - the endpoint scheme security `BearerAuth` was added to the API
  - the endpoint scheme security `HumanLogin` was removed from the API
  - api tag `Agents` added
  - api tag `agents` removed
  - media type `application/json` was changed to a more specific media type `application/problem+json` for the response status `403`
  - media type `application/json` was changed to a more specific media type `application/problem+json` for the response status `422`
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `500`
  - added the non-success response with the status `503`
  - removed the non-success response with the status `404`
  - added the optional property `code` to the response with the `403` status
  - added the optional property `code` to the response with the `422` status
  - added the optional property `errors` to the response with the `403` status
  - added the optional property `errors` to the response with the `422` status
  - added the optional property `instance` to the response with the `403` status
  - added the optional property `instance` to the response with the `422` status
  - added the optional property `status` to the response with the `403` status
  - added the optional property `status` to the response with the `422` status
  - added the optional property `title` to the response with the `403` status
  - added the optional property `title` to the response with the `422` status
  - added the optional property `type` to the response with the `403` status
  - added the optional property `type` to the response with the `422` status
  - the response property `detail` became required for the status `422`
- **2026-05-07** `5a765d68c56f` — 1 info
  - endpoint added
- **2026-04-13** `76e8f6063728` — 1 breaking
  - api path removed without deprecation

---

[Operation](https://skmtc.dev/jentic/apis/jentic-control-plane-api/docs/agents/:agent_id/delete.md) · [API](https://skmtc.dev/jentic/apis/jentic-control-plane-api.md) · [Page](https://skmtc.dev/jentic/apis/jentic-control-plane-api/changes/agents/:agent_id/delete)
