Skip to main content
DELETE
/
api
/
v1
/
pronunciations
/
csv
Typescript (SDK)
import { SyllableSDK } from "syllable-sdk";

const syllableSDK = new SyllableSDK({
  apiKeyHeader: process.env["SYLLABLESDK_API_KEY_HEADER"] ?? "",
});

async function run() {
  await syllableSDK.pronunciations.pronunciationsDeleteCsv();


}

run();

Authorizations

Syllable-API-Key
string
header
required

Response

204

Successful Response