The deletePendingOperation command deletes a pending operation in the context of maker–checker authorization.
Parameters
| Parameter name | Data type | Description |
|---|---|---|
| sessionID | String | Required. The session identifier of the current administrative session. The logon command returns this identifier after a successful logon (see logon (Command)). |
| pendingOperationID | String | Required. The ID of a pending operation that needs to be deleted. |
Example
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Header/> <soapenv:Body> <adm:deletePendingOperation xmlns:adm="http://www.vasco.com/IdentikeyServer/IdentikeyTypes/Administration"> <sessionID>Y]ScdiViEnpLN5.SzEcyq]c|gUR#?zTP</sessionID> <pendingOperationID>RjP7gJtc</pendingOperationID> </adm:deletePendingOperation> </soapenv:Body> </soapenv:Envelope>
Requirements
Required administrative privileges:
- Delete Pending Operation