Leads
Delete Impact
Return counts of lists and campaigns affected by deleting the given leads.
AuthorizationBearer <token>
In: header
Header Parameters
x-tenant-id?string|null
lead_idsLead Ids
Response Body
application/json
application/json
curl -X POST "https://api.obert.io/api/leads/delete-impact" \ -H "Content-Type: application/json" \ -d '{ "lead_ids": [ "string" ] }'{
"lead_count": 0,
"list_count": 0,
"campaign_count": 0
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}