---
title: "Unassign a Technician from a Job"
method: DELETE
path: "/v2/jobs/{jobId}/team/{userId}"
tags: ["Jobs"]
---

# Unassign a Technician from a Job

`DELETE /v2/jobs/{jobId}/team/{userId}`

Removes the specified technician from the job.

## Path parameters

- `jobId` string, required
- `userId` string, required

## Headers

- `Authorization` string, required

## Response `204`

Technician unassigned successfully

## Other responses

- `400` — Job is closed
- `404` — Job or technician assignment not found

---

[API](https://skmtc.net/workiz/apis/developer-api.md) · [All operations](https://skmtc.net/workiz/apis/developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/workiz/developer-api/revisions/14666f4db0f8/schema)
