DELETE
/
checklists
/
items
/
{checklistItemPublicId}
Delete a checklist item
curl --request DELETE \
  --url https://kan.bn/api/v1/checklists/items/{checklistItemPublicId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

checklistItemPublicId
string
required
Required string length: 12

Response

Successful response

The response is of type object.