Delete Custom Attributes

You can delete any custom attribute by providing business object name and attribute name.

1. Request URL

/{PDM Server domain}/metadata/write/deleteCustomAttributes

Method: POST

2. Request headers

Name Value

Content-Type

application/json

3. Response Type

Name Value

responseType

blob

4. Request body

{
    "BUSINESS OBJECT ATTR": {
        "language": "en",
        "readBack": false,
        "timezone": "GMT+08:00",
        "showSQLStats": true,
        "data": [
            {
                "BO_NAME": {{BO_NAME1}},
                "BO_ATTR_NAME": {{BO_ATTR_NAME1}}
            },
            {
                "BO_NAME": {{BO_NAME2}},
                "BO_ATTR_NAME": {{BO_ATTR_NAME2}}
            }
            ...
        ]
    }
}

+

Try it myself

5. Responses

When response.status = 200, It will response a `application/octet-stream' excel file.

Otherwise, it will response json file, Please see Responses