---
title: "Delete System Account"
method: DELETE
path: "/v3/system-accounts/{accountId}"
tags: ["System Accounts"]
---

# Delete System Account

`DELETE /v3/system-accounts/{accountId}`

Deletes the specified system account. Returns 404 if the requested account was not found.

## Response `204`

No Content

## Other responses

- `401` — Unauthenticated
- `403` — Unauthorized
- `404` — Not Found

## Changes

- **2025-08-22** `96118a9cd7f4` — 4 breaking
  - the response property `detail` became nullable for the status `403`
  - the response property `instance` became nullable for the status `403`
  - the response property `status` became nullable for the status `403`
  - the response property `title` became nullable for the status `403`

[Change history](https://skmtc.dev/kong/apis/konnect-api/changes/v3/system-accounts/:accountId/delete.md)

---

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