---
title: "Abandon Active Interview"
method: DELETE
path: "/api/v1/deepgram/interview/active"
tags: ["Deepgram Voice"]
---

# Abandon Active Interview

`DELETE /api/v1/deepgram/interview/active`

Wipe the current IN_PROGRESS interview + its messages.

Used by the "Restart from scratch" path so the next session starts
cleanly without the prior transcript bleeding into the agent's context.
Only deletes IN_PROGRESS rows owned by the requesting expert.

## Query parameters

- `mode` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/humwork/apis/humwork-ai.md) · [All operations](https://skmtc.dev/humwork/apis/humwork-ai/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humwork/humwork-ai/revisions/38d9dc5f27e6/schema)
