DELETEhttps://api.veriko.mx/v1/validations/{id}

Delete a validation

Audience
public
Auth
API key
Permission
validations:delete
How-to guide →

Withdraws a validation from the history. The record is not destroyed: it stops appearing in the list and in the statistics, and remains available to anyone asking for it with with_deleted=1 on GET /v1/validations. Only the validation's owner can withdraw it, and the operation is row by row: the public API offers no bulk deletion.

Parameters
ParameterInTypeRequiredDescription
id*pathstring (uuid)required

Validation UUID.

Request
curl -X DELETE 'https://api.veriko.mx/v1/validations/{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/validations/{id}
StatusClassDescriptionBody
2042xxValidation deleted successfully. Empty body.No body
4014xxAuthentication is required or the provided credentials are invalid.ErrorResponse
4034xxInsufficient permissions.ErrorResponse
4044xxValidation not found or does not belong to the authenticated user.ErrorResponse
4224xxInvalid UUID in path (invalid_uuid).ErrorResponse
Errors from DELETE /v1/validations/{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