Skip to content

Removes an assignee from a task

DELETE
/api/v1/Task/{taskId}/assignees/{userId}

Required permissions:

  • Project member access, or
  • Admin access

Authorizations

Parameters

Path Parameters

taskId
required
string format: uuid

The unique identifier of the task

userId
required
string format: uuid

The ID of the user to remove from the task

Responses

204

Assignee successfully removed

403

Insufficient permissions to remove assignee

object
type
string
nullable
title
string
nullable
status
integer format: int32
nullable
detail
string
nullable
instance
string
nullable
key
additional properties

404

Task or assignee not found

object
type
string
nullable
title
string
nullable
status
integer format: int32
nullable
detail
string
nullable
instance
string
nullable
key
additional properties