v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBProjectManagement > ProjectWorker
Unassigns a Project worker
Unassigns a Project worker
post/api/2026-07-01/resources/project_management/project_workers/unassign
Request body
Example request
{
"id": "92732"
}Response
OK
Example response
{
"id": "92732",
"project_id": "314159",
"employee_id": "21",
"assigned": true,
"inputed_minutes": 100,
"labor_cost_cents": 100,
"company_labor_cost_cents": 100,
"spending_cost_cents": 100
}