---
title: "가입자 탈퇴"
method: DELETE
path: "/api/v1/user/{id_login}"
tags: ["User"]
---

# 가입자 탈퇴

`DELETE /api/v1/user/{id_login}`

기존 가입자를 탈퇴시킨다.

## Path parameters

- `id_login` string, required

## Response `200`

OK

- WinclResponseDataDeregisterResponse
  - `code` string
  - `data` DeregisterResponse
    - `id_login` string — 유저가 설정한 아이디, 외부노출용
    - `status` 'ARCHIVED' | 'DEREGISTERED' | 'REGISTERED' | 'REGISTERING' — 유저 상태: DEREGISTERED 만 가능
  - `message` string

## Other responses

- `204` — No Content
- `401` — Unauthorized
- `403` — Forbidden
- `935` — USER_NOT_EXIST
- `936` — ILLEGAL_USER_STATE

---

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