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
}