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

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

Response

No Content

Errors