AI-generated Key Takeaways
-
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 formatpages/{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 |
The name of the resource to delete, in the form of |
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