POST api/Upload/DeleteFile
Request Information
URI Parameters
None.
Body Parameters
AzureViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Category | string |
None. |
|
| EngineerId | globally unique identifier |
None. |
|
| FilePath | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "6a2a0422-ecef-4b69-873e-194c9dc43eac",
"category": "sample string 2",
"engineerId": "e39233c1-2e36-4d39-98fd-ab970af7c932",
"filePath": "sample string 4"
}
application/xml, text/xml
Sample:
<AzureViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DTO.Model"> <Category>sample string 2</Category> <EngineerId>e39233c1-2e36-4d39-98fd-ab970af7c932</EngineerId> <FilePath>sample string 4</FilePath> <Id>6a2a0422-ecef-4b69-873e-194c9dc43eac</Id> </AzureViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |