---
title: "Delete Call"
method: DELETE
path: "/calls/{call_id}"
tags: ["Calls"]
---

# Delete Call

`DELETE /calls/{call_id}`

Delete a call record (developer only).

This endpoint is restricted to developer users only.
Deletes the call and its associated transcript.

Requires developer authentication.

## Path parameters

- `call_id` string, uuid, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
