Delete User by ID
Input
Sample Input:
{
"id": 1
}Sample Output:
{
"message": "User information successfully deleted.",
"entity": true,
"status": true,
"entityList": null,
"responseCode": 200,
"totalCount": null
}Last updated