deletePendingOperation (Command)

Prev Next

The deletePendingOperation command deletes a pending operation in the context of maker–checker authorization.

Parameters

  Table: deletePendingOperation input parameters (SOAP dministration)
Parameter nameData typeDescription
sessionIDStringRequired. The session identifier of the current administrative session. The logon command returns this identifier after a successful logon (see  logon (Command)).
pendingOperationIDStringRequired. The ID of a pending operation that needs to be deleted.
  Table: deletePendingOperation output parameters (SOAP administration)
Parameter nameData typeDescription
statusCommandStatusResponse

Required. The error stack, if applicable, which indicates that the command has not completed successfully. This also includes the result and status codes returned by the command.

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