필수. 삭제할 Automation의 이름입니다. 형식은 projects/{projectId}/locations/{location_name}/deliveryPipelines/{pipeline_name}/automations/{automation_name}이어야 합니다.
쿼리 매개변수
매개변수
requestId
string
선택사항입니다. 요청을 식별하는 요청 ID입니다. 요청을 다시 시도해야 하는 경우 서버가 이미 완료되었을 때 요청을 무시하도록 고유한 요청 ID를 지정합니다. 서버는 첫 번째 요청 후 최소 60분 동안 이를 보장합니다.
예를 들어 최초 요청을 수행하고 요청이 타임아웃되는 경우를 생각해 보세요. 동일한 요청 ID로 다시 요청을 수행하면 서버는 동일한 요청 ID를 가진 원래 작업이 수신되었는지 확인할 수 있으며 그럴 경우 두 번째 요청을 무시합니다. 이렇게 해서 클라이언트가 실수로 중복된 약정을 생성하지 않도록 방지합니다.
요청 ID는 유효한 UUID여야 하며, 0 UUID는 지원되지 않습니다(00000000-0000-0000-0000-000000000000).
allowMissing
boolean
선택사항입니다. true로 설정되었으면 이미 삭제되었거나 존재하지 않는 Automation 삭제가 성공합니다.
validateOnly
boolean
선택사항입니다. 설정된 경우 요청 유효성을 검사하고 리소스가 존재하는지 확인하되 실제로 게시하지 않습니다.
etag
string
선택사항입니다. 요청의 약 etag입니다. 이 체크섬은 다른 필드의 값을 기준으로 서버에서 계산되며 처리 전에 최신 값이 클라이언트에 적용되도록 업데이트 및 삭제 요청이 있을 때 전송될 수 있습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-07-08(UTC)"],[[["This API endpoint deletes a single Automation resource within a specified delivery pipeline."],["The request URL structure is defined using gRPC Transcoding syntax, and the `name` path parameter is required to specify the Automation to be deleted."],["Optional query parameters such as `requestId`, `allowMissing`, `validateOnly`, and `etag` can be used to manage request idempotency, handle non-existent resources, validate the request, and verify resource state respectively."],["The request body must be empty, and a successful deletion will return an `Operation` resource in the response body."],["Deleting an Automation requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `clouddeploy.automations.delete` IAM permission."]]],[]]