DELETE/contacts/custom-properties/{customPropertyId}

도메인의 연락처 커스텀 속성을 삭제한다.

참고

  • 연락처 커스텀 속성의 연락처 입력값도 같이 삭제된다(비동기 삭제).

Authorization

oauth2

OAuth 2.0 인증.
자세한 인증 방식은 인가·인증을 참고한다.

Scope

contact

HTTP Request

DELETEhttps://www.worksapis.com/v1.0/contacts/custom-properties/{customPropertyId}

Path Parameters

ParameterTypeDescription
customPropertyId string 

customPropertyId 또는 propertyName


required
example : custompi-5ge3-f6d7-ht33-35gr6e465u01 

Query Parameters

ParameterTypeDescription
domainId integer 

도메인 ID


example : 10000001 

Header Parameters

HeadertypeDescription
Authorization string 

Bearer {token}


required 

Response

HTTP 204

No Content

HTTP 404

Not Found