Delete a voice clone from the list of clones
import { JigsawStack } from "jigsawstack"; const jigsaw = JigsawStack({ apiKey: "your-api-key" }); const response = await jigsaw.audio.delete_clone({})
Was this page helpful?