DELETE api/ClientOmcPublicListableDoc

Request Information

URI Parameters

None.

Body Parameters

DmsDocDeletionDto
NameDescriptionTypeAdditional information
Filename

string

None.

FolderPath

string

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "filename": "sample string 1",
  "folderPath": "sample string 2"
}

text/plain

Sample:
{"filename":"sample string 1","folderPath":"sample string 2"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/plain

Sample:

Sample not available.