Skip to main content
DELETE
/
v1
/
crm
/
leads
/
{leadId}
/
principals
/
{principalId}
Delete a Lead Principal
curl --request DELETE \
  --url https://api.example.com/v1/crm/leads/{leadId}/principals/{principalId} \
  --header 'Authorization: Bearer <token>'
null

Authorizations

Authorization
string
header
required

Enter token in following format: Bearer

Path Parameters

leadId
string
required
principalId
string
required

Response

The request was successful and the response body is empty.