Skip to content

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/v20.3/vobjects/product__v/00P000000000302/actions/cascadedelete
{ "responseStatus": "SUCCESS", "job_id": 27301, "url": "/api/v20.3/services/jobs/27404" }