To remove a task from a project task list, the user needs manage permissions on the project-planning-data feature.
<Check title="Required Permissions">Any authenticated user.</Check>
Archives or unarchives the task list with the specified id.
Authentication
AuthorizationBearer
Bearer authentication of the form `Bearer <token>`, where token is your auth token.
Path parameters
projectIdstringRequiredformat: "uuid"
The id of the project.
taskListIdstringRequiredformat: "uuid"
The id of the task list.
Request
The ids of the tasks to remove from the list.
Response
No Content
No Content
To remove a task from a project task list, the user needs manage permissions on the project-planning-data feature.
Required Permissions
Any authenticated user.
Bearer authentication of the form Bearer <token>, where token is your auth token.