---
title: "Delete Call Log"
method: DELETE
path: "/v1/call-log/{call_id}"
tags: ["Call Logs"]
---

# Delete Call Log

`DELETE /v1/call-log/{call_id}`

Delete a specific call log given its ID.
Validates that the user has access to the call log by checking organization membership.

Args:
    call_id: The ID of the call to delete
    recording_only: If True, only delete the recording file and clear recording fields.
                   If False (default), delete the entire call log.

## Path parameters

- `call_id` string, required

## Query parameters

- `recording_only` boolean — If true, only delete the recording file and clear recording fields. If false, delete the entire call log including all data.

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- DeleteCallLogResponse
  - `message` string, required — Success message
  - `status` string — Status of the response

## Other responses

- `422` — Validation Error

---

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