Pause Task for Tenant
Pause a task on a specific tenant based on the Tenant ID.
Initiate the pausing of the task with the given ID for the specified tenant (if the pausing is supported by the task type).
Request
PUT {ApplicationURL}/{Tenant}/tasks/{taskId}/_pause
Response
Status of the operation returned as success
or as
anerror
.
{
"status": "success"
}