Delete Task Assignees
delete
Remove assignee from a task
Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
projectIdstringRequired
taskIdstringRequired
assigneeHandlestringRequired
Responses
200
Successful Task Assignment deletion
application/json
4XX
Error description
application/json
delete
/projects/{projectId}/tasks/{taskId}/assignees/{assigneeHandle}Last updated