---
title: "Bulk Delete Call Logs"
method: DELETE
path: "/v1/call-logs"
tags: ["Call Logs"]
---

# Bulk Delete Call Logs

`DELETE /v1/call-logs`

Delete multiple call logs given their IDs.
Validates that the user has access to all call logs by checking organization membership.

Args:
    body: Request body containing a list of call IDs to delete

## Headers

- `X-API-Key` string, required

## Request body

- BulkDeleteCallLogsRequest
  - `call_ids` string[], required — List of call IDs to delete

## Response `200`

Successful Response

- BulkDeleteCallLogsResponse
  - `message` string, required — Success message
  - `deleted_count` integer, required — Number of calls successfully deleted
  - `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)
