Skip to main content
Notes
  • Deleted submissions cannot be restored.
  • Deleted submissions are still subject to billing.
  • Deleted submissions will appear as “Deleted Submission” in the dashboard and GET/API responses.
  • Use this API with caution to avoid unintentionally deleting critical data.

1. Endpoint

DELETE/Submission

2. Authentication

Include the API key in the x-api-key header:
x-api-key

3. Request Parameter

string
required
Unique ID of the submission to be deleted
string
Email of the admin who performed the deletion
The admin_name is optional; however, it is necessary for the admin to specify the admin_name parameter in order to receive a webhook after a submission is deleted.

3-1. Data to be Deleted

  • Personal identity information (e.g., name, date of birth, gender, nationality)
  • Sensitive ID details (e.g., document number, serial number, barcode)
  • Image files (e.g., ID images, selfies)
  • AML data (if stored via AML options)

3-2. Data to be Retained

  • Basic data that cannot identify individuals, such as Submission ID, submission date, ID type, and ID Check approval status.

4. Request Example

DELETE/Submission

5. Response

5-1. Success Response

result.json

5-2. Error Response

If an error occurs, a 400 status code is returned along with details in the response body:
error.json

5-3. Error Codes