CancelVerifiedDigitalIdentity

Base Endpoint:

POST https://api.vlenseg.com/api/DigitalIdentity/CancelVerifiedDigitalIdentityForAdmin

Overview:

This endpoint allows an admin to cancel a verified digital identity for a specific user by providing the user's ID. The digital identity associated with the given user will be canceled upon a successful request.

Headers:

  • ApiKey (required): The API key for authenticating the request.

  • TenancyName (required): The tenancy name that identifies the tenant.

  • Authorization (required): Bearer token for user authentication, obtained from the Login API.

  • Content-Type: application/json.

Body:

  • userId (required): The unique identifier of the user whose verified digital identity you want to cancel.

Cancel a verified digital identity for a user

post
Authorizations
ApiKeystringRequired
Body
userIdintegerOptional

The unique identifier of the user whose digital identity is to be canceled.

Example: 11017
Responses
200

Digital identity canceled successfully

application/json
post
/api/DigitalIdentity/CancelVerifiedDigitalIdentityForAdmin

Last updated