Skip to content

Delete an inactive profiling session, which deletes the session and all data associated with the session. Inactive sessions have a status of complete__sys.

DELETE/api/{version}/code/profiler/{session_name}
NameDescription
Acceptapplication/json
NameDescription
{session_name}The name of the session, for example, baseline__c.
curl -X DELETE -H "Authorization: {SESSION_ID}" \ https://myvault.veevavault.com/api/v26.1/code/profiler/baseline__c
{ "responseStatus": "SUCCESS" }

On SUCCESS, the Vault deletes the specified profiling session and deletes all data associated with the session.