POST api/Upload/DeleteFile
Request Information
URI Parameters
None.
Body Parameters
AzureViewModelName | 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": "f7aaf3ae-e5cb-4151-b9fe-31db0b6ab4d9", "category": "sample string 2", "engineerId": "87338434-8ff4-42a1-a2d5-2c5865f54156", "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>87338434-8ff4-42a1-a2d5-2c5865f54156</EngineerId> <FilePath>sample string 4</FilePath> <Id>f7aaf3ae-e5cb-4151-b9fe-31db0b6ab4d9</Id> </AzureViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |