Skip to main content

Uniphore Customer Portal

Delete ASR Properties for a Language

Deletes the ASR properties for the given language.

Endpoint

Method: Delete

URL: https://uselfserve<tenant-name>.uniphore.com/cse/connector/asrProperty/{language}

curl -X DELETE "http://localhost:port/connector/asrProperty/Spanish" 
     -H "accept: application/json" 
     -H "Authorization: Bearer <token>"
Header Parameter

Authorization - Bearer <Token>

Path Parameter

Parameter Name

Data Type

Description

Required/ Optional

language

String

Name of the language for which the ASR properties need to be deleted.

Required

Response and Error Codes

Response Code

Condition

200

OK

401

Unauthorized

403

Forbidden

500

Internal Sample Error

Note

With the error codes, a summary containing the reason for failure is provided.