---
title: "Delete AI Clipping"
method: DELETE
path: "/v3/ai-clipping/{job_id}"
tags: ["AI Clipping"]
---

# Delete AI Clipping

`DELETE /v3/ai-clipping/{job_id}`

Soft-deletes an AI clip job and its clips.

## Path parameters

- `job_id` string, required

## Response `200`

Successful response

- object
  - `data` DeleteAiClippingResponse — Response for DELETE /v3/ai-clipping/{id}.
    - `id` string, required — ID of the deleted AI clip job.

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication failed
- `404` — Resource not found
- `429` — Rate limit exceeded

---

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