DeletePlannedMaintenance

Prev Next

개요

Planned Maintenance를 삭제합니다.

요청

API URL

URL: https://cw.apigw.fin-ntruss.com/cw_fea/real/cw/api/planned-maintenances/{id}
Method: DELETE

요청 헤더

공통 설정에 명시된 요청 헤더가 필요합니다.

Content-Type: application/json
x-ncp-apigw-signature-v2: {generated signature}
x-ncp-apigw-timestamp: {current timestamp}
x-ncp-iam-access-key: {your iam access key}

요청 파라미터

파라미터명 필수 여부 타입 제약사항 설명
id Y String Planned Maintenance id

예시

요청 예시

다음은 ID가 1234567890123456789인 Planned Maintenance를 삭제하는 예시입니다.

DELETE /cw_fea/real/cw/api/planned-maintenances/1234567890123456789
Host: cw.apigw.fin-ntruss.com
Content-Type: application/json
x-ncp-apigw-signature-v2: {generated signature}
x-ncp-apigw-timestamp: {current timestamp}
x-ncp-iam-access-key: {your iam access key}

응답 예시

오류 없이 삭제가 완료되면 response body 없이 HTTP 코드 200이 반환됩니다.