API Reference
API Reference
API Reference
  • USERS
    • Login with Settop_num
    • SIGNUP
    • GET USER INFO
    • UPDATE USER-INFO
    • DELETE USER
  • MainPage HOME
    • SPOTIFY VOD API
      • USER'S VOD Based on SPOTIFY
      • Check User's spotify VOD_LIST
    • YOUTUBE VODLIST API
    • WATCH VODLIST API
  • MainPage MOVIE
    • SF-Fantasy
    • Liberal-Arts-Others
    • Family
    • Drama
    • Romance
    • Action
    • Animations
  • MainPage SERIES
    • ACTION-FANTASY
    • FAMILY-COMEDY
    • DRAMA
    • REALITY
  • MainPage KIDS
    • POPULAR LIST
    • RECENTLYLIST
  • DetailPage
    • TOTAL VOD(movie, series, kids) Detail info API
    • SERIES
      • SEASON INFO API
      • EPISODE INFO API
    • KIDS
      • SEASON INFO API
      • EPISODE INFO API
  • SEARCH
    • SEARCH VOD
  • REVIEW
    • REVIEW LIST READ
    • REVIEW READ
    • REVIEW INSERT
    • REVIEW UPDATE
    • REVIEW DELETE
  • LIKE
    • LIKE READ
    • LIKE INSERT
    • LIKE DELETE
Powered by GitBook
On this page
  1. USERS

DELETE USER

Delete user

DELETE /user/{user_id}

<Description of the endpoint> user_id

Body

Name
Type
Description

SETTOP_NUM

string

SettopNumber of the user

USER_NAME

string

Name of the user

GENDER

string

Gender of the user

AGE

int

Age of the user

Response

{
  "response": "FINISH DELETE USERS"
}
{
  "detail" : "error"
}
PreviousUPDATE USER-INFONextMainPage HOME

Last updated 1 year ago