DELETE api/indafit/account?token={token}
DELETE api/account/{guid} Example - http://restapi.matrixtelematics.com/api/Account/token?token=5a6b70a6-1428-4c87-b632-0433204a3f46
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
token |
The authentication token returned from a successful login |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |