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
Example response
{
"success": true,
"message": "success"
}