DELETE api/v2/ftp/delete?fileName={fileName}

Removes a file specified by the request from an FTP server.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
fileName

File Name

string

None.

Body Parameters

None.

Response Information

Resource Description

status 200 OK on successful delete

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.