ObertObert
Leads

Delete Lead Endpoint

Permanently delete a single lead and all associated data.

DELETE
/api/leads/{lead_id}
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": {}
    }
  ]
}