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.
Documentation IndexFetch the complete documentation index at: https://gotrebol.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://gotrebol.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
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?