POST api_v2/CoreWorkerTasks/Delete
Удаление задачи воркера
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
infoTask | Модель для удаления задачи |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <SchedulerTaskID>9527dbf6-f110-4193-b5fd-8a1f1322ce2b</SchedulerTaskID> </Request>
application/json, text/json
Sample:
{ "SchedulerTaskID": "9527dbf6-f110-4193-b5fd-8a1f1322ce2b" }
Response Information
Результат выполнения
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}