DeleteUser
Description
The DeleteUser() method allows a user with Administrator permissions to delete an existing user from the account.
The number of allowed users for an account is limited.
Formal Definition
https://api.postalmethods.com/2009-09-09/AdminTools.asmx?op=DeleteUser
Input
| Property | Type | Comments |
|---|---|---|
| APIKey | String | The API key of the administrator user |
| Username | String | The username to be deleted |
Output: DeleteUserResponse
| Element | Type | Comments |
|---|---|---|
| DeleteUserResult | int | Result code for this Web Service request. Possible result codes appear in the Web Service Result Codes list |
