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

To access the task template, 'write' permissions on the 'project-planning-data' feature or on the 'project-manage-config' feature are required. <Check title="Required Permissions">The user must be an admin or have `task-manage-config:write` permissions.</Check>

Path parameters

taskTemplateIdstringRequiredformat: "uuid"
The id of the task template.
checklistItemTemplateIdstringRequiredformat: "uuid"
The id of the checklist item template.

Headers

AuthorizationstringRequired

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

Response

No Content