Text Dependent - Delete Profile
Delete Profile
Deletes an existing profile.
DELETE {endpoint}/speaker-recognition/verification/text-dependent/profiles/{profileId}?api-version=2021-09-05
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
endpoint
|
path | True |
|
Supported Cognitive Services endpoints (protocol and hostname, for example: https://westus.api.cognitive.microsoft.com). |
|
profile
|
path | True |
|
Unique identifier for profile id (guid). |
|
api-version
|
query | True |
|
Specifies the version of the operation to use for this request. |
Request Header
| Name | Required | Type | Description |
|---|---|---|---|
| Ocp-Apim-Subscription-Key | True |
|
Responses
| Name | Type | Description |
|---|---|---|
| 204 No Content |
OK |
|
| Other Status Codes |
Failure Headers
|
Security
Ocp-Apim-Subscription-Key
Type:
apiKey
In:
header
Examples
Successful Query
Sample Request
DELETE https://westus.api.cognitive.microsoft.com/speaker-recognition/verification/text-dependent/profiles/49a36324-fc4b-4387-aa06-090cfbf0064f?api-version=2021-09-05
Ocp-Apim-Subscription-Key: {API key}
Sample Response
Content-Type: application/json
Content-Type: application/json
x-ms-error-code: Error Code
{
"error": {
"code": "Error Code",
"message": "Erro Messae"
}
}
Definitions
| Error | |
|
Speaker |
Speaker error message |
Error
| Name | Type | Description |
|---|---|---|
| code |
|
|
| message |
|
SpeakerErrorInfo
Speaker error message
| Name | Type | Description |
|---|---|---|
| error |