Cancel Pending Request
POST/cancelPendingRequest
This API discontinues an open request in SSM.
The Authorization
must have Bearer
followed by Token
.
Mandatory params:
requestkey
requestor
Optional params:
comments
Request
- application/json
Body
comments string
requestkey string
requestor string
Responses
- 200
Cancel Pending Request
Response Headers
Date
string
Server
string
Set-Cookie
string
X-Content-Type-Options
string
- application/json
- Schema
- Example (from schema)
- Cancel Pending Request
Schema
errorCode string
msg string
{
"errorCode": "0",
"msg": "Success"
}
{
"errorCode": "0",
"msg": "Success"
}
Loading...