Delete user
Delete specific user
POST
/api/users/remove
You can pass one of the parameters to search for a user
Query Parameters
Name
Type
Description
id*
int
Id of user
string
Email of user (indead of id)
The response will contain True/False of the operation result
{
"Data": true,
"Error": null,
"Status": "OK",
"StatusCode": 200
}
Last updated