This API allows you to selectively delete specific fields from a single submission data. Unlike complete deletion, you can preserve necessary data while removing only sensitive information, enabling flexible use according to your company’s internal policies.
id_image
selfie_image
data
OCR_raw
(*case-sensitive)ocr
review
applicant_id
email
userid
additional_list
duplicated_information
custom_duplicated_information
injection_action
data
**field is specified in the ** fields
parameter. If data_fields is provided but left empty, all subfields under data will be deleted.Types of the data_fields parameter:age_group
first_name
last_name
full_name
name
gender
nationality
date_of_birth
address_city
address_country
address_state
address_street
address_street2
address_zipcode
address_globalCode
address_compoundCode
address_formatted
address_input
address_detail
ip_address
idcard_issuingCountry
idcard_issueDate
idcard_expireDate
idType
documentNumber
identityNumber
ssnNumber
phoneNumber
cf1
cf2
cf3
Error | Description |
---|---|
submission_id is required | The required parameter submission_id is missing from the request. |
fields parameter is required and cannot be empty | The required parameter fields is missing or empty in the request. |
fields must be a string data_fields must be a string | The fields or data_fields parameter is not in string format. |
fields cannot be empty | The fields parameter was provided but contains no values. |
invalid fields found in fields: field1, field2 invalid fields found in data_fields: field1, field2 | One or more invalid field names were included in fields or data_fields . |
data_fields parameter is not allowed when fields does not include data | The data_fields parameter was provided, but data was not included in the fields parameter. |
invalid format for fields: error message | The format of the fields parameter is invalid (see error message for details). |
invalid format for data_fields: error message | The format of the data_fields parameter is invalid (see error message for details). |
invalid API key for this project | The provided API key is not valid for the current project. |
not Exist Submission Data | No data was found for the specified submission_id . |
not Exist Project Data | No project data exists for the specified project. |
Internal server error | A server-side error occurred during processing. |