Logo
Platform updates
Leads

Delete lead

Delete a lead from the OtoniStark system

DELETE

/ user / leads / {id}

This endpoint allows you to delete a lead from the OtoniStark system.

Path Parameters

id integer required

The ID of the lead to delete


Response

message string

The message of the response


Delete lead
200
{
  "message": "<String>"
}