Delete User Voice Enroll
This method is used to delete an user voice enrollment on the DB
Delete User Voice Enroll
DELETE
Https://api.biometrid.com/api/1.1/users/:userId/voice/delete
Delete User voice enroll.
Path Parameters
Name
Type
Description
userID
string
BiometrID user ID
Headers
Name
Type
Description
x-biometrid-key
string
Application Client Key
x-biometrid-secret
string
Application Client Secret
{
"status": true,
"data": {
"message": "USER_VOICE_CREDENTIALS_DELETED",
"deleted": true
}
}
Last updated
Was this helpful?