Skip to content

Given a debug log ID, delete all existing log files and reset the expiration date to 30 days from today.

POST/api/{version}/logs/code/debug/{id}/actions/reset
NameDescription
Acceptapplication/json
NameDescription
{id}The ID of the debug log to reset.
curl -X POST -H "Authorization: {SESSION_ID}" \ https://myvault.veevavault.com/api/v26.1/logs/code/debug/0LS000000006003/actions/reset
{ "responseStatus": "SUCCESS" }