# 쿠폰 프로모션 비활성화 쿠폰 프로모션을 비활성화합니다. 생성된 쿠폰 프로모션은 기본적으로 비활성화되어 있습니다. 프로모션을 활성화할 때까지 사용할 수 없습니다. 이 엔드포인트를 사용하여 쿠폰 프로모션을 비활성화합니다. Endpoint: PUT /v2/project/{project_id}/admin/coupon/{external_id}/deactivate Version: 2.0.0 Security: basicAuth ## Path parameters: - `project_id` (integer, required) 프로젝트 ID입니다. 이 매개 변수는 관리자 페이지의 프로젝트 이름 옆에서 확인할 수 있습니다. Example: 44056 - `external_id` (integer, required) 프로모션 외부 ID입니다. 프로젝트 내부의 고유 프로모션 식별자입니다. Example: "coupon_44056_1" ## Response 401 fields (application/json): - `errorCode` (integer) Example: 1020 - `errorMessage` (string) Example: "[0401-1020]: Error in Authentication method occurred" - `statusCode` (integer) Example: 401 ## Response 404 fields (application/json): - `errorCode` (integer) Example: 4001 - `errorMessage` (string) Example: "[0401-9802]: Coupon not found" - `statusCode` (integer) Example: 404 - `transactionId` (string) Example: "x-x-x-x-transactionId-mock-x-x-x" ## Response 422 fields (application/json): - `errorCode` (integer) Example: 9502 - `errorMessage` (string) Example: "[0401-9502]: Error occurred while receiving the promotion from the promotion service" - `statusCode` (integer) Example: 422 - `transactionId` (string) Example: "x-x-x-x-transactionId-mock-x-x-x" ## Response 204 fields