Stop Task
Stop a running task based on ID.
Initiate the stopping of the task associated with the given ID (if stopping is supported by the task type).
Request
PUT {ApplicationURL}/tasks/{taskId}/_stop
        Response
Status of the operation returned as success or as
                anerror.
{
 "status": "success"
}