---
title: "Delete Digital Twin"
method: DELETE
path: "/v2/video_avatar/{avatar_id}"
tags: ["Digital Twins"]
---

# Delete Digital Twin

`DELETE /v2/video_avatar/{avatar_id}`

Deletes a Digital Twin by its ID.

## Path parameters

- `avatar_id` string, required

## Response `200`

Digital Twin deleted successfully.

- object
  - `code` integer
  - `data` string, nullable
  - `msg` string, nullable
  - `message` string, nullable

## Other responses

- `404` — Avatar ID not found.

---

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