Skip to main content
DELETE
https://app.famulor.de/api/
/
user
/
leads
/
{id}
Delete lead
curl --request DELETE \
  --url https://app.famulor.de/api/user/leads/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Lead deleted successfully"
}
Permanently delete a lead from your account. This action cannot be undone.

Path Parameters

id
integer
required
The unique identifier of the lead you want to remove

Response

message
string
Confirmation message indicating successful deletion
{
  "message": "Lead deleted successfully"
}

Notes

  • Only leads that belong to your account can be deleted
  • Deleting a lead also removes all associated secondary contacts
  • This operation is permanent and cannot be reversed
  • If the lead is currently being processed in a campaign, deletion may be prevented