Skip to main content
POST
/
kling
/
v1
/
videos
/
multi-elements
/
delete-selection
Delete Video Selection
curl --request POST \
  --url https://api.cometapi.com/kling/v1/videos/multi-elements/delete-selection \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "session_id": "example"
}
'
{}
Use this utility endpoint to remove selection state from a multimodal editing session before you rebuild or abandon the current edit area.

When to use it

  • You want to remove the current selection record instead of continuing with it
  • You are cleaning up an editing pass before marking a new target area

Workflow role

For the complete parameter reference, see the Kling API documentation.

Authorizations

Authorization
string
header
required

Bearer token authentication. Use your CometAPI key.

Body

application/json
session_id
string
default:example
required

Session id returned by the video initialization endpoint.

Response

200 - application/json

Success

The response is of type object.