---
title: "Delete Video Selection"
method: POST
path: "/kling/v1/videos/multi-elements/delete-selection"
---

# Delete Video Selection

`POST /kling/v1/videos/multi-elements/delete-selection`

## Request body

- object
  - `session_id` string, required — Selection session id returned by init-selection. Follow-up calls must use the same account and exact session id.
  - `frame_index` integer, required — Frame index where the selected point set applies.
  - `points` object[], required — Points to delete from the current selection.
    - `x` number, required — Horizontal coordinate as a 0-1 frame percentage.
    - `y` number, required — Vertical coordinate as a 0-1 frame percentage.

## Response `200`

Success

- object
  - `code` integer, required — Response code. `0` means the request succeeded.
  - `message` string, required — Response message.
  - `data` object — Route-specific response payload when present.

---

[API](https://skmtc.net/cometapi/apis/create-api-key.md) · [All operations](https://skmtc.net/cometapi/apis/create-api-key/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cometapi/create-api-key/versions/0863102dbf34/schema)
