Deletes a manual log entry by ID. Only entries whose logType is logCall, logEmail or logText can be deleted through this endpoint; deletion of other timeline types returns 404 RESOURCE_NOT_EXIST.
Caller must have manage permission on the lead that owns the entry. The response body is empty.
curl --request DELETE \
--url https://api.lofty.com/v1.0/logType/{logTypeId} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>'Documentation Index
Fetch the complete documentation index at: https://developer.lofty.com/llms.txt
Use this file to discover all available pages before exploring further.
curl --request DELETE \
--url https://api.lofty.com/v1.0/logType/{logTypeId} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>'