Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 403 Bytes

delete.md

File metadata and controls

35 lines (22 loc) · 403 Bytes

Show User

Show a specific user

URL : /api/users/{user_id}

Method : DELETE

Auth required : NO

Permissions required : None

Success Response

Code : 200 Created

Content examples

{
    "status": "deleted"
}

Error Response

Code : 500 Internal Server Error

Content examples

{
    "error": "user with id {user_id} not found"
}