DELETE/contacts/custom-properties/{customPropertyId}

連絡先カスタムプロパティを削除する。

参考

  • 連絡先カスタムプロパティに入力されている値は全て非同期で削除される。

Authorization

oauth2

Access Token を指定します。
指定の方法や Access Token の取得方法は 共通仕様 を参照してください。

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