Discontinue All Pending Tasks
POST/discontinueAllPendingTask
This API can be used to discontinue all pending tasks.
The Authorization must have Bearer followed by Token.
Optional params:
updateuser
commentsrequest
Request
Path Parameters
path stringrequired
- application/json
Body
comments string
updateuser string
Responses
- 200
Discontinue All Pending Tasks
Response Headers
- Access-Control-Allow-Credentials - string 
- Access-Control-Allow-Origin - string 
- Cache-Control - string 
- Date - string 
- Expires - string 
- Pragma - string 
- Referrer-Policy - string 
- Server - string 
- Set-Cookie - string 
- Strict-Transport-Security - string 
- Transfer-Encoding - string 
- X-Content-Type-Options - string 
- X-Frame-Options - string 
- X-XSS-Protection - string 
- application/json
- Schema
- Example (from schema)
- Discontinue All Pending Tasks
Schema
errorcode number
msg string
{
  "errorcode": 0,
  "msg": "process started to discontinue all tasks"
}
{
  "errorcode": 0,
  "msg": "process started to discontinue all tasks"
}
Loading...