Delete User
This method is used to delete an user on the DB
Delete Biometrid User
DELETE Https://api.biometrid.com/api/1.0/users/:userId
Delete an Biometrid user.
Path Parameters
Name
Type
Description
userId
string
BiometrID User ID
Headers
Name
Type
Description
x-biometrid-key
string
Application client key
x-biometrid-key
string
Application client secret
{
"status": true,
"data": {
"message": "USER_REMOVED_WITH_SUCCESS"
}
}h{
"status": false,
"data": {
"message": "AUTHENTICATION_HEADERS_MISSING"
}
}
{
"status": false,
"data": {
"message": "INVALID_AUTHENTICATION_HEADERS"
}
}{
"status": false,
"data": {
"message": "REQUEST_LIMIT_REACHED"
}
}Last updated
Was this helpful?