Skip to main content

Delete a VASCO credential

DELETE 

/nevisidm/api/core/v1/:clientExtId/vasco/:extId

Since: 8.2605.0, 9.2605.0

Required permission(s): AccessControl.CredentialDelete,AccessControl.CredentialView

Permanently deletes the VASCO Digipass token credential identified by the given external ID.

Deleting a credential also removes all associated Digipass token data blocks. The credential may be assigned or unassigned at the time of deletion, no unassignment is required beforehand.

Request

Path Parameters

    clientExtId stringrequired

    External ID of the client.

    Example: client-123
    extId stringrequired

    External ID of the VASCO credential.

    Example: vasco-123

Responses

VASCO credential deleted successfully

Loading...