cURL
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 }
Invalida el documento de la verificación especificado.
El ID del documento de verificación que se desea invalidar.
No se requiere un cuerpo en la solicitud.
The body is of type object.
object
sucessful
The response is of type object.
Was this page helpful?