---
title: "Delete a manual log entry"
method: DELETE
path: "/v1.0/logType/{logTypeId}"
tags: ["Lead Manual Log"]
---

# Delete a manual log entry

`DELETE /v1.0/logType/{logTypeId}`

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.

## Path parameters

- `logTypeId` integer, required

## Headers

- `Authorization` string, required
- `Content-Type` string, required

## Response `200`

Log entry deleted successfully. No response body.

## Other responses

- `401` — Missing or invalid authentication token.
- `404` — Entry does not exist or is not a manual log (20007 RESOURCE_NOT_EXIST), or the caller has no access to the owning lead (20006 LEAD_NOT_EXIST).
- `500` — Internal server error.

---

[API](https://skmtc.net/lofty/apis/lofty-service-open-apis.md) · [All operations](https://skmtc.net/lofty/apis/lofty-service-open-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lofty/lofty-service-open-apis/versions/23e640467118/schema)
