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.

Cancel a verified digital identity for the customer

post
Authorizations
ApiKeystringRequired
Body
objectOptional

Empty request body

Responses
200

Digital identity canceled successfully

application/json
post
/api/DigitalIdentity/CancelVerifiedDigitalIdentity

Last updated