/
/KumpeApps API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 13h 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

    Delete item from wishlist

    delete/kkid/wishlist

    Query parameters

    wishIdinteger required

    ID of wishlist item to delete

    Response

    search results matching criteria

    successboolean
    messagestring

    Example response

    {
      "success": true,
      "message": "success"
    }

    Changes

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