Fact Check Tools API
  1. pages
Fact Check Tools API
  • claims
    • /v1alpha1/claims:search
      GET
  • pages
    • /v1alpha1/pages
      GET
    • /v1alpha1/pages
      POST
    • /v1alpha1/{name}
      DELETE
    • /v1alpha1/{name}
      GET
    • /v1alpha1/{name}
      PUT
  1. pages

/v1alpha1/{name}

DELETE
/v1alpha1/{name}
pages
Delete all ClaimReview markup on a page.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://factchecktools.googleapis.com//v1alpha1/'
Response Response Example
{}

Request

Path Params
name
string 
required
The name of the resource to delete, in the form of pages/{page_id}.

Responses

🟢200Successful response
application/json
Body
object {0}
Previous
/v1alpha1/pages
Next
/v1alpha1/{name}
Built with