---
title: "Unassign users from project task"
method: PUT
path: "/v3/projects/{taskId}/unassign"
tags: ["[v3] Projects"]
---

# Unassign users from project task

`PUT /v3/projects/{taskId}/unassign`

Removes direct user assignments from the selected project task.

## Path parameters

- `taskId` integer, required

## Headers

- `Accept` string
- `Content-Type` string

## Request body

- object
  - `userIds` integer[], required — List of user IDs to unassign from the task.

## Response `200`

Users unassigned successfully

- object
  - `data` string

## Other responses

- `400` — Bad request or exposed business error
- `403` — Forbidden
- `500` — Internal server error

---

[API](https://skmtc.net/timecamp/apis/timecamp-api.md) · [All operations](https://skmtc.net/timecamp/apis/timecamp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/timecamp/timecamp-api/revisions/c7e9d1f9cf61/schema)
