DELETE
/
checklists
/
{checklistPublicId}
Delete a checklist
curl --request DELETE \
  --url https://kan.bn/api/v1/checklists/{checklistPublicId} \
  --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

checklistPublicId
string
required
Required string length: 12

Response

Successful response

The response is of type object.