cURL
curl --request DELETE \ --url https://api.leadping.ai/leads/{id} \ --header 'Authorization: <api-key>'
{ "type": "<string>", "title": "<string>", "status": 123, "detail": "<string>", "instance": "<string>" }
JWT Authorization header using the Bearer scheme. (i.e. "Bearer 1234abcdef")
The ID of the lead to delete.
Lead was successfully deleted.