DELETE Accounts
This call is used to delete (inactify) an account
Request Information
URI Parameters
None.
Body Parameters
DeleteAccountRequestCommand| Name | Type | Description | Additional information |
|---|---|---|---|
| SiteID | integer |
None. |
|
| AccountID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SiteID": 1,
"AccountID": 2
}
application/xml, text/xml
Sample:
<DeleteAccountRequestCommand xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tevalis.API.Core.Models.Accounts.Commands"> <AccountID>2</AccountID> <SiteID>1</SiteID> </DeleteAccountRequestCommand>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.