Skip to main content
Delete custom elements you no longer need. Requires the element_id from the query response (not the task_id). Only custom elements can be deleted; Kling official preset elements cannot be deleted.

Quick Example

curl https://ai.alad.com/kling/v1/general/delete-elements \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"element_id": "863121023120580662"}'

Request Parameters

ParameterTypeRequiredDescription
element_idstringID of the element to delete (from elements[].element_id in the query response)

Response

FieldDescription
code0 on success
messageSUCCEED on success
request_idRequest tracing ID

API Reference

View the interactive API documentation for Kling Delete Element.