For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Status
OverviewProductsManageAPI ReferenceTutorialsClient Libraries
OverviewProductsManageAPI ReferenceTutorialsClient Libraries
  • Voices
    • Overview
    • List Voices
    • Get Voice
    • Delete Voice
  • Recordings
    • Overview
    • List Recordings
    • Get Recording
    • Create Recording
    • Update Recording
    • Delete Recording
  • Projects & Clips
      • Overview
      • List Clips
      • Get Clip
      • Update Clip
      • Delete Clip
      • Clip Timestamps
  • Voice Settings
    • Overview
    • List Presets
    • Get Preset
    • Create Preset
    • Update Preset
    • Delete Preset
  • Custom Pronunciations
    • Overview
    • Create Pronunciation
    • Bulk Create from ZIP
    • List Pronunciations
    • Get Pronunciation
    • Toggle Active Status
    • Delete Pronunciation
  • Account & Billing
    • Overview
    • Get Account
    • Teams
    • Billing Usage
Status
LogoLogo
Projects & ClipsClips

Delete Clip

Was this page helpful?
Previous

Clip Timestamps

Next
Built with

DELETE https://app.resemble.ai/api/v2/projects/{project_uuid}/clips/{uuid}

Delete a clip and all its segments.

ParameterTypeRequiredNotes
project_uuidstring✅Project UUID (URL parameter).
uuidstring✅Clip UUID (URL parameter).
$curl --request DELETE 'https://app.resemble.ai/api/v2/projects/PROJECT_UUID/clips/CLIP_UUID' \
> -H 'Authorization: Bearer YOUR_API_TOKEN'
1{
2 "success": true
3}

Deletion is permanent and removes the clip and all its segments.