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.
The unique identifier of the user whose digital identity is to be canceled.
11017Digital identity canceled successfully
Invalid request, such as missing or invalid userId
Unauthorized, API key or token is missing/invalid
Internal server error
Last updated