---
title: "Unassign a Technician from a Lead"
method: DELETE
path: "/v2/leads/{leadId}/team/{userId}"
tags: ["Leads"]
---

# Unassign a Technician from a Lead

`DELETE /v2/leads/{leadId}/team/{userId}`

Removes the specified technician from the lead.

## Path parameters

- `leadId` string, required
- `userId` string, required

## Headers

- `Authorization` string, required

## Response `204`

Technician unassigned successfully

## Other responses

- `404` — Lead 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)
