Delete User Face Enroll

This method is used to delete an user face enrollment on the DB

Delete User Face Enroll

DELETE Https://api.biometrid.com/api/1.0/users/:userId/face/delete

Delete User face 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

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

Last updated

Was this helpful?