Click or drag to resize
Infosoft Logo

IUserServiceContractUserDelete Method

This operation deletes an existing user from the database. Any data associated with the user will be removed. The deletion is irreversible.

Namespace: Infosoft.Common.Contracts.ServiceContracts.UserRegister
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax

Parameters

request  UserDeleteRequest
A request message object, containing a user object.

Return Value

UserDeleteResponse
A response message object, containing a user object representing the user that was just deleted. The user object has had its User_Id removed, indicating that this ID is no longer in use in the database.
See Also