---
title: "Delete a call log"
method: DELETE
path: "/callLogs/{id}"
tags: ["CallLogs"]
---

# Delete a call log

`DELETE /callLogs/{id}`

Deletes a call log. If there is an audio recording attached to it, it will also be deleted. The related activity will not be removed by this request. If you want to remove the related activities, please use the endpoint which is specific for activities.

## Path parameters

- `id` string, required

## Response `200`

The call log was successfully deleted.

- object
  - `success` boolean — If the response is successful or not

## Other responses

- `403` — You don't have permission to access the resource.
- `404` — A resource required to process the request was not found.
- `410` — The callLog you are trying to access is no longer available.
- `500` — There was an error processing the request.

---

[API](https://skmtc.net/pipedrive/apis/pipedrive-api-v1.md) · [All operations](https://skmtc.net/pipedrive/apis/pipedrive-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pipedrive/pipedrive-api-v1/revisions/bf863a979545/schema)
