Deletes a checklist item from a task.
<Check title="Required Permissions" icon="key">The user must have at least `write` permissions on the specified task.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
taskId
The id of the task.
checklistItemId
The id of the checklist item to delete.
Errors
401
Unauthorized Error
404
Not Found Error

