POST Authentication/AccountDelete
Request Information
URI Parameters
None.
Body Parameters
AccountDeleteRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserID": 1
}
application/xml, text/xml
Sample:
<AuthenticationViewModel.AccountDeleteRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HizirYetisAPI.ViewModels"> <UserID>1</UserID> </AuthenticationViewModel.AccountDeleteRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
GeneralResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Message": "sample string 2"
}
application/xml, text/xml
Sample:
<GeneralResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HizirYetisAPI.ViewModels"> <Message>sample string 2</Message> <Success>true</Success> </GeneralResponse>