Delete Custom Attributes
You can delete any custom attribute by providing business object name and attribute name.
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