Use Kling Delete Video Selection API to remove selected elements from a multi-elements video edit via CometAPI, supporting multimodal video workflows.
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.Documentation Index
Fetch the complete documentation index at: https://apidoc.cometapi.com/llms.txt
Use this file to discover all available pages before exploring further.
session_id from Initialize Video for Editingcurl --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"
}
'{}