POST api/file/delete

Request Information

URI Parameters

None.

Body Parameters

FileModel
NameDescriptionTypeAdditional information
FileId

integer

None.

Name

string

Required

Max length: 100

Folder

string

Required

Max length: 100

Url

string

Required

Request Formats

application/json, text/json

Sample:
{
  "FileId": 1,
  "Name": "sample string 1",
  "Folder": "sample string 2",
  "Url": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'FileModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.