---
title: "Delete Calls"
method: DELETE
path: "/v2/Call"
tags: ["Call"]
---

# Delete Calls

`DELETE /v2/Call`

Deletes one or more calls

## Request body

- DeleteCallsRequestApi — Represents the request object used to delete one or more calls.
  - `callIds` string[], nullable — The list of unique identifiers of the calls to delete.
  - `purgeOption` CallRetentionPurge — Purge selection. When this object is provided, the call is kept and only the parts flagged `true` are removed (parts left `false` are kept). When it is omitted, the call is fully deleted: every part is removed and the call is marked as deleted.
    - `transcript` boolean — When true, removes the call transcript.
    - `recording` boolean — When true, removes the call recording (including the stored audio file).
    - `summary` boolean — When true, removes the call summary.
    - `variables` boolean — When true, removes the information collected during the call (variables).

## Response `200`

Returns a boolean indicating if the deletion was successful.

- boolean

## Other responses

- `400` — Error

---

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