Method: organizations.locations.securityProfiles.delete

단일 SecurityProfile을 삭제합니다.

HTTP 요청

DELETE https://networksecurity.googleapis.com/v1beta1/{name=organizations/*/locations/*/securityProfiles/*}

URL은 gRPC 트랜스코딩 문법을 사용합니다.

경로 매개변수

매개변수
name

string

(필수 항목) 삭제할 SecurityProfile의 이름입니다. projects|organizations/*/locations/{location}/securityProfiles/{securityProfileId} 형식이어야 합니다.

쿼리 매개변수

매개변수
etag

string

(선택사항) 클라이언트에서 제공한 etag가 오래된 경우 delete는 FAILED_PRECONDITION 오류를 반환합니다.

요청 본문

요청 본문은 비어 있어야 합니다.

응답 본문

성공한 경우 응답 본문에 Operation의 인스턴스가 포함됩니다.

승인 범위

다음 OAuth 범위가 필요합니다.

  • https://www.googleapis.com/auth/cloud-platform

자세한 내용은 인증 개요를 참조하세요.