---
title: "Deletes the call recording of the call"
method: DELETE
path: "/v1/callcenter/calllogs/{id}"
tags: ["CallCenter"]
---

# Deletes the call recording of the call

`DELETE /v1/callcenter/calllogs/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- CallLog
  - `id` integer
  - `departmentId` integer
  - `userRatingId` integer, nullable
  - `userRatingScore` number, double, nullable
  - `visitorFeedbackId` integer, nullable
  - `visitorFeedbackRate` number, double, nullable
  - `createdDate` string, date-time
  - `callDuration` integer — AccountId+Api Key - HMACSHA256
  - `ringDuration` integer
  - `sourceType` 0 | 1 | 2 | 3 | 4 — <p>Enum values:</p><ul><li><i>0 = unknown</i></li><li><i>1 = extension</i></li><li><i>2 = gateway</i></li><li><i>3 = provider</i></li><li><i>4 = system</i></li></ul>
  - `sourceId` integer
  - `destinationType` 0 | 1 | 2 | 3 | 4 — <p>Enum values:</p><ul><li><i>0 = unknown</i></li><li><i>1 = extension</i></li><li><i>2 = gateway</i></li><li><i>3 = provider</i></li><li><i>4 = system</i></li></ul>
  - `destinationId` integer
  - `eventType` 0 | 1 | 2 — <p>Enum values:</p><ul><li><i>0 = unknown</i></li><li><i>1 = successful</i></li><li><i>2 = missed</i></li></ul>
  - `callDirection` 0 | 1 — <p>Enum values:</p><ul><li><i>0 = incomingcall</i></li><li><i>1 = outgoingcal</i></li></ul>
  - `recordStatus` integer
  - `callerName` string, nullable — Çağrıyı Başlatan İsim, Outsource hizmeti sunan firmalarda "Aranan Firma Adı" loglanıyor
  - `callerNumber` string, nullable — Çağrıyı Başlatan Numara, Gelen Çağrıda Caller ID, Giden Çağrıda Arama Yapan Hattın Numarası
  - `calledName` string, nullable — Çağrıyı Hedefleyen İsim
  - `calledNumber` string, nullable — Çağrıyı Hedefleyen Numara, Gelen Çağrıda Çağrıyı Karşılayan Kanalın Numarası(IVR, Dahili No gibi), Giden Çağrıda Aranılan Numara
  - `dialedNumber` string, nullable — Çağrı başlatırken tuşlanan numara
  - `dtmf` string, nullable — Gelen veya Giden Çağrıda müşterinin tuşladığı numaralar
  - `sipServerId` integer
  - `notes` string, nullable
  - `directory` string, nullable
  - `sourceIpAddress` string, nullable
  - `destinationIpAddress` string, nullable
  - `s3BucketName` string, nullable
  - `s3Key` string, nullable
  - `contactId` integer
  - `companyId` integer
  - `view` integer
  - `listen` integer
  - `deleted` integer
  - `saveas` integer
  - `tagIds` string, nullable
  - `linkedTicketIds` string, nullable — Comma separated list of ticket ids
  - `linkedDealIds` string, nullable — Comma separated list of deal ids

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/infoset/apis/infoset-rest-api.md) · [All operations](https://skmtc.dev/infoset/apis/infoset-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infoset/infoset-rest-api/revisions/f5bc39a1ac15/schema)
