Removes the tasks from the task list with the specified id.

To remove a task from a project task list, the user needs manage permissions on the project-planning-data feature. For a private task list no permissions are required.

Path parameters

projectIdUUIDRequired

The id of the project.

taskListIdUUIDRequired

The id of the task list.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects a list of UUIDs.

Response

No Content