---
title: "Delete user"
method: DELETE
path: "/zones/{zoneId}/users/{id}"
tags: ["Users"]
---

# Delete user

`DELETE /zones/{zoneId}/users/{id}`

Delete a user

## Path parameters

- `zoneId` string, required
- `id` string, required

## Response `204`

Default Response

## Other responses

- `404` — Error response
- `409` — Error response
- `default` — Error response

## Changes

- **2026-08-26** `d65d51379d93` — 1 info
  - added the non-success response with the status `409`
- **2026-06-17** `1a0dd4d857ee` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/keycardai/apis/untitled-api/changes/zones/:zoneId/users/:id/delete.md)

---

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