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.0/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

Request Body

Name
Type
Description

language

string

Code from the available languages for the client. (ex: 'en' or 'pt'). If none present, sets the default.

HTTP/1.1 200 OK
{
    "status": true,
    "data": {
        "message": "USER_VOICE_CREDENTIALS_DELETED"
    }
}

Last updated

Was this helpful?