Speechbase

Delete rule

Removes a pronunciation rule from the specified dictionary.

DELETE
/v1/pronunciation-dictionaries/{id}/rules/{ruleId}

Removes a pronunciation rule from the specified dictionary.

Authorization

bearerAuth
AuthorizationBearer <token>

API key

In: header

Path Parameters

id*string
ruleId*string

Response Body

application/problem+json

curl -X DELETE "https://example.com/v1/pronunciation-dictionaries/string/rules/string" \  -H "Authorization: Bearer $SPEECHBASE_API_KEY"
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string"
}