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"
}

Changes

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