---
title: "Delete Videos"
method: POST
path: "/serve/api/v1/delete_videos"
---

# Delete Videos

`POST /serve/api/v1/delete_videos`

## Request body

- string[] — Raw JSON array of video IDs to delete.

## Response `200`

Successful response

- GenericJsonResponse
  - `code` union
    - string
    - integer
  - `msg` string
  - `data` union
    - object
    - object[]
    - string
  - `success` boolean
  - `failed` boolean

---

[API](https://skmtc.net/memories/apis/screenplay-extraction-api.md) · [All operations](https://skmtc.net/memories/apis/screenplay-extraction-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/memories/screenplay-extraction-api/revisions/720c8c144ddc/schema)
