Clearing eKYC Request
A function to clear the requests and registered user in the dashboard
Warning: This request will clear all eKYC requests stored within the developer's API key. This function is not to be used to deny registration of a user applying into the institution.
Request Endpoint: /api/delete-requests
Request Type: DELETE
Header:
x-api-key
: The API key you obtained upon signing up for the Lapis eKYC dashboard.
Successful Response: Upon successfully clearing KYC requests, the API response will resemble the following structure:
Response status
: 200
Error Responses:
If the provided API key is invalid, the following error message will be returned. Please ensure that the API key you provide is correct and valid.
Response status
: 401
Last updated