Skip to main content
DELETE
/
api
/
v1
/
pronunciations
/
csv
Python (SDK)
import os
from syllable_sdk import SyllableSDK


with SyllableSDK(
    api_key_header=os.getenv("SYLLABLESDK_API_KEY_HEADER", ""),
) as ss_client:

    ss_client.pronunciations.pronunciations_delete_csv()

    # Use the SDK ...

Authorizations

Syllable-API-Key
string
header
required

Response

204

Successful Response

I