POST api/Account/ExcluirUserProfile
Excluir Usuário no sistema.
Request Information
URI Parameters
None.
Body Parameters
RemoteAlterarSenha| Name | Description | Type | Additional information |
|---|---|---|---|
| userName |
Nome do Usuario no sistema |
string |
None. |
| newPassword |
Nova senha |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"userName": "sample string 1",
"newPassword": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
object
booleanResponse Formats
application/json, text/json
Sample:
true