Skip to main content
  • Only one submission can be deleted per request.
  • Deleted data: The submitted facial image and personal information are permanently removed.
  • Retained data:
    • Unique submission ID (auth_id)
    • Authentication result (auth_status)
    • Submission date and time (createTime)

1. Base URL

DELETE/FaceAuth

2. Authentication

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

3. Request Example

DELETE/FaceAuth

4. Request Parameters

authId
string
Used to specify the unique submission to be deleted.
  • Maximum retrieval limit: A single request can delete only one submission.
  • Fetching additional data: If more data exists, the response will include the nextPage_key object. To continue retrieving data, use nextPage_key’s authId as nextKey_id and createTime as nextKey_date in the next request.

5. Response

5-1. Response (delete_check: false)

result.json

5-2. Response Data

faceAuth_projectId
string
FaceAuth project ID

6. Error Codes

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