Skip to main content
PUT
/
v2.0
/
sales-agents
/
working-lead
/
{leadId}
/
mute
Mute a working lead
curl --request PUT \
  --url https://api.lofty.com/v2.0/sales-agents/working-lead/{leadId}/mute \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: <content-type>'
{
  "message": "Operation successful"
}

Documentation Index

Fetch the complete documentation index at: https://developer.lofty.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Authorization
string
required

Bearer [access_token]

Content-Type
string
required

application/json

Path Parameters

leadId
integer<int64>
required

Lead ID

Response

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

Generic message response

message
string

Result message

Example:

"Operation successful"