POST api/Upload/DeleteFolder

Request Information

URI Parameters

None.

Body Parameters

FolderInfoModel
NameDescriptionTypeAdditional information
Path

string

Required

NewFolderName

string

None.

PackageUuid

string

Required

Recursive

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Path": "sample string 1",
  "NewFolderName": "sample string 2",
  "PackageUuid": "sample string 3",
  "Recursive": true
}

application/xml, text/xml

Sample:
<FolderInfoModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TDR.WebApi.Models">
  <NewFolderName>sample string 2</NewFolderName>
  <PackageUuid>sample string 3</PackageUuid>
  <Path>sample string 1</Path>
  <Recursive>true</Recursive>
</FolderInfoModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.