POST api_v1/SourceFiles/DeleteFile

Запрос удаления файла источника из базы данных

Request Information

Body Parameters

SourceFileIDModel
NameDescriptionTypeAdditional information
SourceFileID

globally unique identifier

None.

Request Formats

application/xml, text/xml

Sample:
<Request>
  <SourceFileID>b3d95204-fac3-4fd5-b0d8-a5e39e6518cd</SourceFileID>
</Request>

application/json, text/json

Sample:
{
  "SourceFileID": "b3d95204-fac3-4fd5-b0d8-a5e39e6518cd"
}

Response Information

output может быть предоставлен в одном из следующих форматов:

  • json – задает вывод в формате JavaScript Object Notation (JSON)
  • xml – задает вывод в формате XML

Resource Description

EmptyResultDTO

None.

Response Formats

application/xml, text/xml

Sample:
<Result />

application/json, text/json

Sample:
{}