DELETE/directory/users/custom-properties/{customPropertyId}

Deletes a member custom property of a domain.

Note

  • Member inputs for the member custom property are deleted as well (async delete).

Authorization

oauth2

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

Scope

directory

HTTP Request

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

Path Parameters

ParameterTypeDescription
customPropertyId string 

customPropertyId or propertyName


required
example : customfd-fc09-4a57-ab38-03dc6c425e09 

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