Stop Task for Tenant
Stop a task running on a specific tenant based on the ID.
Request
PUT {ApplicationURL}/{Tenant}/tasks/{taskId}/_stop
Response
Status of the operation returned as success
or as
anerror
.
{
"status": "success"
}