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": "e85355d5-8921-4906-b22d-010b28435d43", "category": "sample string 2", "engineerId": "5677e1fd-2d39-4fdb-aab9-a03594a0b738", "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>5677e1fd-2d39-4fdb-aab9-a03594a0b738</EngineerId> <FilePath>sample string 4</FilePath> <Id>e85355d5-8921-4906-b22d-010b28435d43</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. |