Delete User

회원 탈퇴 기능입니다.

Delete User

DELETE /api/users/{userId}

Access Permissions

  • All

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Path Variable

Name
Type
Description

userId

Long

User ID

Response

{ 
    "status": 200,
    "data": {
        "userId": 1
    },
    "error": null,
    "timeStamp": "2024-09-27 12:00:00"
}

Last updated