CancelVerifiedDigitalIdentity
Base Endpoint:
POST https://api.vlenseg.com/api/DigitalIdentity/CancelVerifiedDigitalIdentity
Overview:
This endpoint allows a customer to cancel their verified digital identity. It does not require any parameters in the body.
Headers:
ApiKey (required): The API key for authenticating the request.
TenancyName (required): The tenancy name that identifies the tenant.
Authorization (required): Bearer token for customer authentication, obtained from the Login API.
Content-Type: application/json.
Body:
The body of the request is empty.
Authorizations
ApiKeystringRequired
Body
objectOptional
Empty request body
Responses
200
Digital identity canceled successfully
application/json
400
Invalid request, missing or invalid parameters
401
Unauthorized, API key or token is missing/invalid
500
Internal server error
post
/api/DigitalIdentity/CancelVerifiedDigitalIdentityLast updated