---
title: "Delete interview metadata"
method: DELETE
path: "/api/v2/interviews/{interview_id}/metadata"
tags: ["Interviews"]
---

# Delete interview metadata

`DELETE /api/v2/interviews/{interview_id}/metadata`

Remove all metadata from a specific interview.

## Path parameters

- `interview_id` string, required

## Headers

- `X-API-KEY` string, nullable
- `Authorization` string, nullable
- `X-Workspace-Id` string, nullable

## Response `200`

Successful Response

- SingleResponseMetadataResponse
  - `data` MetadataResponse, required — Response containing metadata for a resource.
    - `object` string, required — Object type identifier.
    - `metadata` object — Key-value metadata pairs.
  - `meta` object, nullable — Optional metadata. Shape varies by endpoint.

## Other responses

- `401` — Invalid or missing API key.
- `404` — Resource not found.
- `422` — Validation Error
- `429` — Rate limit exceeded.

---

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