---
title: "Delete a Lead Status"
method: DELETE
path: "/v2/leadstatus"
tags: ["Lead Status"]
---

# Delete a Lead Status

`DELETE /v2/leadstatus`

Deletes a Lead Status by its name.

## Query parameters

- `name` string, required

## Headers

- `Authorization` string, required

## Response `204`

Lead Status deleted successfully.

## Other responses

- `400` — The status still has leads assigned to it.
- `401` — Missing or invalid authentication token.
- `404` — Lead Status 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)
