deletePendingOperation (Command)
- 20 Dec 2024
- 1 Minute à lire
- SombreLumière
- PDF
deletePendingOperation (Command)
- Mis à jour le 20 Dec 2024
- 1 Minute à lire
- SombreLumière
- PDF
The content is currently unavailable in French. You are viewing the default English version.
Résumé de l’article
Avez-vous trouvé ce résumé utile ?
Merci pour vos commentaires
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
Cet article vous a-t-il été utile ?