POST api_v1/ResultFiles/DeleteFile

Запрос удаления результирующего файла из базы данных

Request Information

Body Parameters

DeleteResultFileIdModel
NameDescriptionTypeAdditional information
ResultFileID

globally unique identifier

None.

Request Formats

application/xml, text/xml

Sample:
<Request>
  <ResultFileID>d1e4d4f4-45ec-4b9f-adf1-029298bc9995</ResultFileID>
</Request>

application/json, text/json

Sample:
{
  "ResultFileID": "d1e4d4f4-45ec-4b9f-adf1-029298bc9995"
}

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:
{}