Skip to content

Delete a sandbox snapshot managed by the authenticated Vault. Deleted snapshots cannot be recovered. Learn more about deleting sandbox snapshots in Vault Help.

DELETE/api/{version}/objects/sandbox/snapshot/{api_name}
NameDescription
Acceptapplication/json (default) or application/xml
NameDescription
api_nameThe API name of the snapshot. Obtain this from the Retrieve Sandbox Snapshots request.
curl -X DELETE -H "Authorization: {SESSION_ID}" \ https://myvault.veevavault.com/api/v23.1/objects/sandbox/snapshot/sandbox_a_snapshot__c
{ "responseStatus": "SUCCESS" }

On SUCCESS, the response only includes the responseStatus.