v1

latestOpenAPI 3.0.1Apache 2.02026-07-13332183.6 KB
KKid

deletes chore for given chore id

By passing in the appropriate options, you can delete a chore for the given chore id under authenticated user's master account

delete/kkid/chorelist

Query parameters

idChoreListinteger required

id of the chore you wish to delete

Response

deletion successful

successboolean
messagestring

Example response

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