Skip to content

Delete Sandbox

Delete a sandbox Vault. How often you can delete a Vault depends on its size. Learn more about deleting sandboxes in Vault Help.

DELETE/api/{version}/objects/sandbox/{name}
NameDescription
Acceptapplication/json (default) or application/xml
curl -X DELETE -H "Authorization: {SESSION_ID}" \
https://myvault.veevavault.com/api/v23.3/objects/sandbox/My Configuration Sandbox
{
    "responseStatus": "SUCCESS",
    "responseMessage": "Sandbox '[My Configuration Sandbox]' submitted for deletion, sandbox Vault id [24143] and parent Vault id [19523]"
}