Skip to content

Given a debug log ID, delete this debug log and all log files.

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