---
title: "Delete an user by the user identifier"
method: DELETE
path: "/user/{id}"
tags: ["user"]
---

# Delete an user by the user identifier

`DELETE /user/{id}`

Delete user by ID

## Path parameters

- `id` integer, required

## Response `200`

{"code":0,"message":"OK","data":null}

- HandlerResponse
  - `code` integer
  - `data` object
  - `message` string

---

[API](https://skmtc.dev/golearnku/apis/tapi-blog-example-api.md) · [All operations](https://skmtc.dev/golearnku/apis/tapi-blog-example-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/golearnku/tapi-blog-example-api/revisions/a44ba956919c/schema)
