Delete pronunciation dictionary
Delete an existing pronunciation dictionary for the authenticated user
delete/waves/v1/pronunciation-dicts
Request body
Example request
{
"id": "64f1234567890abcdef12345"
}Response
Successfully deleted pronunciation dictionary
Example response
{
"id": "64f1234567890abcdef12345",
"deleted": true
}Changes
Changed in 1 of the 5 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○