Skip to main content
DELETE
/
api
/
v2
/
interviews
/
{interview_id}
/
metadata
Delete interview metadata
curl --request DELETE \
  --url https://api.heymilo.ai/api/v2/interviews/{interview_id}/metadata \
  --header 'X-API-KEY: <api-key>'
{
  "data": {
    "object": "<string>",
    "metadata": {}
  },
  "meta": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.heymilo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

API key for authentication. Pass your key in the X-API-KEY header.

Headers

X-API-KEY
string
required

Path Parameters

interview_id
string
required

Response

Successful Response

data
MetadataResponse · object
required

Response containing metadata for a resource.

meta
Meta · object

Optional metadata. Shape varies by endpoint.