---
title: "Delete Agent"
method: DELETE
path: "/agents/{id}"
tags: ["Agents"]
---

# Delete Agent

`DELETE /agents/{id}`

Permanently delete an Agent from your SysAid account using their unique ID. This action is irreversible. Once deleted, the Agent's data cannot be recovered. Use this endpoint with caution to remove agents who no longer require access to the system.

## Response `204`

Agent deleted successfully.

## Other responses

- `400` — The request was invalid or cannot be served
- `401` — Authentication information is missing or invalid
- `404` — The specified resource was not found

---

[API](https://skmtc.net/sysaid/apis/sysaid-public-api.md) · [All operations](https://skmtc.net/sysaid/apis/sysaid-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sysaid/sysaid-public-api/revisions/38a43a1b2981/schema)
