Skip to main content
DELETE
/
leads
/
{leadId}
/
business
/
{businessId}
Delete Lead Business
curl --request DELETE \
  --url https://api.sternrockcapital.com/leads/{leadId}/business/{businessId}
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://mint-docs.sternrockcapital.com/llms.txt

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

Path Parameters

leadId
string
required

Lead UUID

businessId
string
required

Business UUID

Response

OK