---
title: "Mute a working lead"
method: PUT
path: "/v2.0/sales-agents/working-lead/{leadId}/mute"
tags: ["Sales Agents V2"]
---

# Mute a working lead

`PUT /v2.0/sales-agents/working-lead/{leadId}/mute`

Mutes the AI assistant for the specified lead to stop further automated follow-ups. Verifies success by checking mute status after operation.

## Path parameters

- `leadId` integer, required

## Headers

- `Authorization` string, required
- `Content-Type` string, required

## Response `200`

Mute operation completed. The response's 'success' field reports the outcome.

- MessageResponse — Generic message response
  - `message` string — Result message

## Other responses

- `400` — Invalid lead ID parameter.
- `401` — Missing or invalid authentication token.
- `403` — Caller does not have access to this lead.
- `500` — Internal server error.

---

[API](https://skmtc.net/lofty/apis/lofty-service-open-apis.md) · [All operations](https://skmtc.net/lofty/apis/lofty-service-open-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lofty/lofty-service-open-apis/revisions/23e640467118/schema)
