REST API - deleteOrgEntityConfigAttributes
The table summarizes the REST API - deleteOrgEntityConfigAttributes.
Request
| Format | DELETE <baseurl>/orgentityconfig/deleteattr/<resourceid> |
| Path parameters | resourceid: The resource GUID for which configuration attribute information is required. |
| Query parameters | attrname=string. Name of a configuration attribute that should be deleted from the specified resource. This can be multiple attributes, separated by "&" characters. |
Response
| JSON | Returns a JSON representation of the content of the deleteOrgEntityConfigAttributesResponseelement. |
| XML | Returns the content of the deleteOrgEntityConfigAttributesResponseelement (from the OrganisationalEntityConfigService schema) |
Example
| Request | DELETE <baseurl>/orgentityconfig/deleteattr/tibco-admin?attrname=WorkItemAutoOpen |
| Response | true |