POST api_v2/CoreWorkerTasks/Delete
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
infoTask | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <SchedulerTaskID>e8603e8f-ae20-42e2-9992-44d1a71e4bcd</SchedulerTaskID> </Request>
application/json, text/json
Sample:
{ "SchedulerTaskID": "e8603e8f-ae20-42e2-9992-44d1a71e4bcd" }
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}