Skip to content

Cascade Delete Object Record

This asynchronous endpoint will delete a single parent object record and all related children and grandchildren.

POST/api/{version}/vobjects/{object_name}/{object_record_id}/actions/cascadedelete
NameDescription
Acceptapplication/json (default) or text/csv
curl -X POST -H "Authorization: {SESSION_ID}" \
https://myvault.veevavault.com/api/v24.1/vobjects/product__v/00P000000000302/actions/cascadedelete
{
  "responseStatus": "SUCCESS",
  "job_id": 27301,
  "url": "/api/v24.1/services/jobs/27404"
}