Method: pages.delete

  • The DELETE request removes all ClaimReview markup from a specified page.

  • The HTTP request uses a DELETE method with a URL that includes a name parameter in the format pages/{page_id}.

  • The request body must be empty, and a successful response body is also empty.

  • The request requires authorization using the https://www.googleapis.com/auth/factchecktools OAuth scope.

Delete all ClaimReview markup on a page.

HTTP request

DELETE https://factchecktools.googleapis.com/v1alpha1/{name=pages/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

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

Request body

The request body must be empty.

Response body

If successful, the response body is empty.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/factchecktools