DELETE api/AccountsDelete/own
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResponseDataOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
None. |
|
| Data | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Token": "sample string 1",
"Data": "sample string 2"
}
application/xml, text/xml
Sample:
<ResponseDataOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sts.Vas.Stp.Api.Models"> <Data>sample string 2</Data> <Token>sample string 1</Token> </ResponseDataOfstring>