Delete a lead
DELETE
https://api.tamio.com/v2/leads/{uuid}
Permanently deletes a lead and all associated data including contact information, status history, and address details. This action cannot be undone.
Path Parameters
uuid
string*
UUID of the lead to delete
Responses
200
Lead deleted successfully
Lead deleted successfully
status
integer
400
Bad request. Possible `error_code` values:
Bad request. Possible error_code values:
| Code | Description |
|---|---|
1002 | ResourceNotFound |
status
integer
error
string
Human-readable error message
error_code
integer
Machine-readable error code
401
Missing or invalid API key
Missing or invalid API key
status
integer
error
string