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 '{}'
200
Example
{ "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
true
Was this page helpful?