POST api_v1/SourceFiles/DeleteFile
Запрос удаления файла источника из базы данных
Request Information
Body Parameters
SourceFileIDModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SourceFileID | globally unique identifier |
None. |
Request Formats
application/xml, text/xml
Sample:
<Request> <SourceFileID>14660a17-1cd2-4e12-a379-73c8c364dfe8</SourceFileID> </Request>
application/json, text/json
Sample:
{
"SourceFileID": "14660a17-1cd2-4e12-a379-73c8c364dfe8"
}
Response Information
output может быть предоставлен в одном из следующих форматов:
- json – задает вывод в формате JavaScript Object Notation (JSON)
- xml – задает вывод в формате XML
Resource Description
EmptyResultDTONone.
Response Formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}