---
title: "Delete an agentic video"
method: DELETE
path: "/agentic-videos/{id}"
tags: ["Agentic Videos"]
---

# Delete an agentic video

`DELETE /agentic-videos/{id}`

Delete an agentic video. This also deletes its linked agent and the stored video
artifacts. Idempotent — succeeds with `204` even if the video no longer exists.

## Path parameters

- `id` string, required

## Response `204`

Agentic video deleted

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/d-id/apis/realtime-endpoints.md) · [All operations](https://skmtc.net/d-id/apis/realtime-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/d-id/realtime-endpoints/versions/2f2425e1b6b6/schema)
