---
title: "Delete analyzed calls or their media"
method: DELETE
path: "/empower/calls"
tags: ["empower"]
---

# Delete analyzed calls or their media

`DELETE /empower/calls`

Deletes Empower-analyzed calls entirely, or removes only their media (audio/video) while keeping call records.

**Permission:** `Empower Write` required.

**Monitoring:** No impact.

## Request body

- object — Request body to delete calls or remove media
  - `call_uuids` string[], required — List of call UUIDs to delete or delete media from.
  - `media_only` boolean — If `true`, only delete media from calls but keep call records. If `false`, delete the entire calls.

## Response `200`

Successful operation — the specified calls or media have been deleted.

## Other responses

- `400` — Bad request — invalid or missing call UUIDs.
- `401` — Unauthorized — missing or invalid token, or insufficient Empower Write permission.
- `500` — Internal server error.

---

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