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
Last updated
Was this helpful?