/
/KumpeApps API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 15h ago · Updated 2mo ago
authentication15
KKid18
  • postadds new master user account
  • getGets user info
  • getreturns list of users
  • putupdates user
  • postadds new child user
  • deletedeletes user
  • getreturns list of chores for given user
  • putupdates chore for given chore id
  • postadds chore for given user
  • deletedeletes chore for given chore id
  • getreturns allowance balance and allowance transactions
  • postadds new allowance transaction to kidUserID
  • postsubscribes/unsubscribes/registers for apns push notifications
  • getGet list of wishlist items
  • putUpdate item on kid's wishlist
  • postAdd item to kid's wishlist
  • deleteDelete item from wishlist
  • getCreate Share Link
    KKid

    deletes user

    By passing in the appropriate variables this method deletes the specified user. (This function is restricted to Superusers ONLY)

    delete/kkid/userlist

    Query parameters

    userIDinteger required

    userID of the user you wish to delete

    Response

    User Deleted

    Changes

    No recorded changes to this endpoint across all 1 revision of this API.