Reset Debug Log
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/resetHeaders
Section link for Headers| Name | Description |
|---|---|
Accept | application/json |
URI Path Parameters
Section link for URI Path Parameters| Name | Description |
|---|---|
{id} | The ID of the debug log to reset. |
Request
Section link for Requestcurl -X POST -H "Authorization: {SESSION_ID}" \
https://myvault.veevavault.com/api/v26.1/logs/code/debug/0LS000000006003/actions/resetResponse
Section link for Response{
"responseStatus": "SUCCESS"
}