v1

latestOpenAPI 3.0.02026-08-061478520.6 KB
[v3] Projects

Unassign users from project task

Removes direct user assignments from the selected project task.

put/v3/projects/{taskId}/unassign

Path parameters

taskIdinteger required
Example:34523534

Headers

Acceptstring
Example:application/json
Content-Typestring
Example:application/json

Request body

userIdsinteger[] required

List of user IDs to unassign from the task.

Response

Users unassigned successfully

datastring

Example response

{
  "data": "ok"
}