Delete assignments on a task

DELETE {{baseUrl}}/tasks/:taskId/assignments

Delete assignments on a task.

Request Body

{"assignments"=>[{"group"=>"testGroup", "type"=>"candidate", "user"=>"testCandidate@test.com"}, {"group"=>"testGroup", "type"=>"candidate", "user"=>"testCandidate@test.com"}], "includeGroupIds"=>false, "includeUserIds"=>false}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring