---
title: "Remove videos from funnel"
method: DELETE
path: "/funnels/remove_videos"
tags: ["Funnel Videos"]
---

# Remove videos from funnel

`DELETE /funnels/remove_videos`

Removes one or more videos from a funnel

## Request body

- RemoveVideosRequest
  - `videos` string[], required — List of video IDs to remove from the funnel

## Response `200`

Videos removed from funnel successfully

- object
  - `message` string

## Other responses

- `400` — Bad request - Invalid input parameters
- `401` — Unauthorized - Invalid or missing authentication
- `404` — Not found - Resource does not exist
- `500` — Internal server error

---

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