Delete Sandbox
Delete a sandbox Vault. Note that you cannot delete a sandbox which was created or refreshed within the last 24 hours.
DELETE
/api/{version}/objects/sandbox/{name}Headers
Section link for Headers| Name | Description |
|---|---|
Accept | application/json (default) or application/xml |
URI Path Parameters
Section link for URI Path ParametersRequest
Section link for Requestcurl -X DELETE -H "Authorization: {SESSION_ID}" \
https://myvault.veevavault.com/api/v20.1/objects/sandbox/My Configuration SandboxResponse
Section link for Response{
"responseStatus": "SUCCESS",
"responseMessage": "Sandbox '[My Configuration Sandbox]' submitted for deletion, sandbox Vault id [24143] and parent Vault id [19523]"
}