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": "53c01dd6-06c7-4c02-a896-2a9d706da14d",
"category": "sample string 2",
"engineerId": "0ec22dbd-3b8e-4f6e-b30b-76a6d4b10d7a",
"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>0ec22dbd-3b8e-4f6e-b30b-76a6d4b10d7a</EngineerId> <FilePath>sample string 4</FilePath> <Id>53c01dd6-06c7-4c02-a896-2a9d706da14d</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. |