Delete
You can delete a single record or multiple records by using the delete service with business object name and their id(s).
4. Request body
{
"WELL": {
"language": "en",
"timezone": "GMT+08:00",
"data": [
{
"WELL_ID": [id1]
},
{
"WELL_ID": [id2]
}
]
}
}
5. Responses
When response.status = 200, It will response a `application/octet-stream' excel file.
Otherwise, it will response json file, Please see Responses