POST
/
verification-items
/
{itemId}
/
invalidate
Invalidar un documento de una verificacion
curl --request POST \
  --url https://api.gotrebol.com/verification-items/{itemId}/invalidate \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{}'
{
  "success": true
}

Authorizations

x-api-key
string
header
required

Path Parameters

itemId
string
required

El ID del documento de verificación que se desea invalidar.

Body

application/json · object

No se requiere un cuerpo en la solicitud.

The body is of type object.

Response

200 - application/json

sucessful

The response is of type object.