v1

latestOpenAPI 3.0.12026-07-22120163333.7 KB
Lead Manual Log

Delete a manual log entry

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.

delete/v1.0/logType/{logTypeId}

Path parameters

logTypeIdinteger required

ID of the manual log entry to delete.

Headers

Authorizationstring required

Bearer [access_token]

Content-Typestring required

application/json

Response

Log entry deleted successfully. No response body.