new DeleteOrgEntityConfigAttributesRequest(resourceId)
    Object DeleteOrgEntityConfigAttributesRequest
Usage: 
    RestApiService.getOrgEntityConfigService().deleteOrgEntityConfigAttributes(request, callback);
Parameters:
| Name | Type | Description | 
|---|---|---|
resourceId | 
            
            string | GUID of the resource whose configuration attributes are to be deleted. A resource's GUID can be obtained from a previous lookupUser operation. | 
- Since:
 - 4.0.0
 
Members
attrNames :Array.<string>
    Query parameter: 'attrname' (Java type: List) Names of a configuration attributes that should be deleted from the specified resource.
 
    Type:
- Array.<string>
 
- Since:
 - 4.0.0