Deletes a checklist item for a task with the specified id.

<Check><b>Required Permissions</b>: The required permissions depend on the base type of the task. If the task is a project task, either `write` permissions on the `project-master-data` feature are required or the user needs to be assigned. For a user's private task, no special permissions are required.</Check>

Authentication

AuthorizationBearer

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

Path parameters

taskIdstringRequiredformat: "uuid"
The id of the task.
checklistItemIdstringRequiredformat: "uuid"
The id of the checklist item.

Response

OK