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
commentsstring
Example:
testing now
requestkeystring
Example:
2973
requestorstring
Example:
admin
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
errorCodestring
Example:
0
msgstring
Example:
Success
{
"errorCode": "0",
"msg": "Success"
}
{
"errorCode": "0",
"msg": "Success"
}