Leads
Delete Lead Endpoint
Permanently delete a single lead and all associated data.
AuthorizationBearer <token>
In: header
Path Parameters
lead_idstring
Header Parameters
x-tenant-id?string|null
Response Body
application/json
curl -X DELETE "https://api.obert.io/api/leads/string"Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}