Drop Existing Business Object
You can drop a business object along with its all business object data, metadata, physical table and its sequence from the system by sending the following request. Drop business object will be equivalent to delete a business object definition along with its related resources.
Once you drop an existing business object then you cannot recover its data, metadata and its physical table structure.
Following are the conditions which should be met to introduce a new business object.
-
As you are going to drop a business object from the system therefore the main request will be of type BUSINESS OBJECT.
-
Attribute BO_NAME has the value \{{boName}}. \{{boName}} is the placeholder for the existing business object name which is going to be dropped from the system.
4. Request Body
{
"BUSINESS OBJECT": {
"language": "en",
"readBack": false,
"timezone": "GMT+08:00",
"showSQLStats": true,
"data": [
{
"BO_NAME": "{{boName}}"
}
]
}
}
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