Skip to main content
DELETE
/
v1
/
Accounts
/
{account_sid}
/
SpeechCredentials
/
{speech_credential_sid}
Delete SpeechCredential
curl --request DELETE \
  --url https://api.example.com/v1/Accounts/{account_sid}/SpeechCredentials/{speech_credential_sid}
This response has no body data.

Path Parameters

account_sid
string
required
Example:

"5f8e8f60-4771-44cb-92a6-94ea66df0450"

speech_credential_sid
string
required
Example:

"a9d27e9e-a909-41d1-aef1-bf61e6148e23"

Response

204 - undefined