DeleteUser
Delete the user.
Stored Procedure Specific Information
Call this procedure to delete the user.
To create a User you must specify the following column: Id and ReassignId.
For example:
EXEC DeleteUser Id=24,ReassignId=25;
Input
| Name | Type | Description |
| Id | String | Unique identifier for the user. |
| ReassignId | String | Id to reassign the deleted user's posts. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the User is deleted successfully. |