DELETE/contacts/custom-properties/{customPropertyId}

Deletes a contact custom property of a domain.

Note

  • Contact inputs for the contact custom property are deleted as well (async delete).

Authorization

oauth2

OAuth 2.0 authentication.
For more information, see Authentication and Authorization.

Scope

contact

HTTP Request

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

Path Parameters

ParameterTypeDescription
customPropertyId string 

customPropertyId or propertyName


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

Query Parameters

ParameterTypeDescription
domainId integer 

Domain ID


example : 10000001 

Header Parameters

HeadertypeDescription
Authorization string 

Bearer {token}


required 

Response

HTTP 204

No Content

HTTP 404

Not Found