deleteBillingKey

@JvmName(name = "deleteBillingKeySuspend")
suspend fun deleteBillingKey(billingKey: String, reason: String? = null): DeleteBillingKeyResponse

빌링키 삭제

빌링키를 삭제합니다.

Parameters

billingKey

삭제할 빌링키

reason

사유

네이버페이: 자동결제 해지 사유입니다. 명시가 필요합니다.

Throws