DELETEhttps://api.veriko.mx/v1/beneficiaries/imports/{id}/rows/{row_id}

Remove a preview row

Audience
public
Auth
API key
Permission
beneficiaries:create
How-to guide →

Removes a row from an owned import job before confirmation.

The row is no longer part of the import job. The remaining counters and duplicates are recalculated; previously saved accounts are unchanged.

Parameters
ParameterInTypeRequiredDescription
id*pathintegerrequired

Import job identifier.

e.g. 42
row_id*pathintegerrequired

Import-job row identifier.

e.g. 102
Request
curl -X DELETE 'https://api.veriko.mx/v1/beneficiaries/imports/{id}/rows/{row_id}' \
  -H 'Authorization: Bearer veriko_••••' \
  -H 'Content-Type: application/json'

Python example — coming soon.

JavaScript example — coming soon.

PHP example — coming soon.

Response status codesDELETE /v1/beneficiaries/imports/{id}/rows/{row_id}
StatusClassDescriptionBody
2042xxRow removed from the import job. No body.No body
4014xxAuthentication is required or the provided credentials are invalid.ErrorResponse
4034xxInsufficient permissions.ErrorResponse
4044xxThe resource does not exist or is not visible to the clientError
4224xxImport job is not editable (job_not_editable).ErrorResponse
Errors from DELETE /v1/beneficiaries/imports/{id}/rows/{row_id}
StatusCodeExample
401unauthorized

Invalid or missing authentication credentials.

Envelope
meta.request_id
c4d5e6f7a8b9
403forbidden

You do not have permission to access this resource.

Envelope
meta.request_id
d5e6f7a8b9c0