taskLists
Removes the tasks from the task list with the specified id.
<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
post/projects/{projectId}/tasklists/{taskListId}/removetasks
Path parameters
projectIdstring uuid required
The id of the project.
taskListIdstring uuid required
The id of the task list.
Headers
Authorizationstring required
Bearer authentication
Request body
string[] required
Response
No Content
object required
Changes
No recorded changes to this endpoint across all 5 revisions of this API.