Cloud APIs
/- DrillPlan
Offset Well API
- Delete drilling parameter entities by ids
Create new or update existing drilling parameter entities
Delete drilling parameter entities by run ids
Delete drilling parameter entities by well guids
Get drilling parameters by ids
Get drilling parameters by an array of RunId
Get drilling parameters by well guids
Get QC rules for drilling parameter entities
Scroll to fetch results of next page
Delete drilling parameter...
Security
(bearer and appkey) or (sauth_service_token and appkey)
- ProdEUhttps://eu-api.delfi.slb.com/drillplan/offset-well-data/v1/drilling-parameters/delete-by-ids
- ProdUShttps://api.delfi.slb.com/drillplan/offset-well-data/v1/drilling-parameters/delete-by-ids
- Mock serverhttps://developer.slb.com/_mock/solutions/drillplan/apis/offsetwellapi/v1/drilling-parameters/delete-by-ids
- bearer + appkey
- sauth_service_token + appkey
- application/json-patch+json
- application/json
- text/json
- application/*+json
curl -i -X POST \
https://eu-api.delfi.slb.com/drillplan/offset-well-data/v1/drilling-parameters/delete-by-ids \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json-patch+json' \
-H 'appkey: YOUR_API_KEY_HERE' \
-H 'slb-partition-id: string' \
-d '[
"string"
]'Response
- text/plain
- application/json
- text/json
{
"deleted_count": 0,
"action_succeeded": true,
"master_error": "string",
"dependent_action_errors": [
"string"
],
"action_key": "string"
}