Delete

You can delete a single record or multiple records by using the delete service with business object name and their id(s).

1. Request URL

/{PDM Server domain}/delete

Method: POST

2. Request headers

Name Value

Content-Type

application/json

3. Response Type

Name Value

responseType

blob

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