WebResource: delete
승인 필요
웹사이트 또는 도메인에 대한 사용자의 소유권을 확인합니다.
지금 사용해 보기
delete를 호출하기 전에 웹사이트 또는 도메인에 대한 인증된 사용자의 확인 토큰을 모두 삭제해야 합니다. delete 메서드는 지정된 웹사이트 또는 도메인에 대한 인증된 사용자의 소유권만 확인합니다. 다른 소유자는 확인된 상태로 유지됩니다.
요청
HTTP 요청
DELETE https://www.googleapis.com/siteVerification/v1/webResource/id
매개변수
매개변수 이름 |
값 |
설명 |
경로 매개변수 |
id |
string |
인증된 사이트 또는 도메인의 ID입니다.
|
승인
이 요청을 처리하려면 다음 범위의 승인이 필요합니다 (인증 및 승인 자세히 알아보기).
범위 |
https://www.googleapis.com/auth/siteverification |
요청 본문
이 메소드를 사용할 때는 요청 본문을 제공하지 마세요.
응답
요청에 성공하면 이 메서드는 HTTP 204 No Content
상태 코드와 빈 응답 본문을 반환합니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-08-23(UTC)
[null,null,["최종 업데이트: 2024-08-23(UTC)"],[[["Unverifies a user's ownership of a website or domain, requiring prior removal of all user verification tokens before proceeding."],["The method only affects the authenticated user's verification, leaving other owners' verification status unchanged."],["Requires authorization with the `https://www.googleapis.com/auth/siteverification` scope."],["Uses a DELETE request to `https://www.googleapis.com/siteVerification/v1/webResource/id`, specifying the website or domain ID in the path."],["Returns a `204 No Content` status upon successful unverification."]]],["The core action is to unverify a user's ownership of a website or domain using the `DELETE` method at the specified endpoint. This action requires authorization with the `https://www.googleapis.com/auth/siteverification` scope. The request must include the `id` of the verified site or domain as a path parameter, with no request body required. Prior to deletion of site, the authenticated user's verification tokens must be removed. Upon successful execution, an HTTP `204 No Content` status is returned, with an empty body. Other owners of the site will not be affected.\n"]]