Skip to content

Delete a single source code file from the currently authenticated Vault. You cannot delete a code component currently in-use.

DELETE/api/{version}/code
NameDescription
Acceptapplication/json (default)
curl -X DELETE -H "Authorization: {SESSION_ID}" \ https://veepharm.veevavault.com/api/v20.2/code/com.veeva.vault.custom.actions.MyCustomAction
{ "responseStatus": "SUCCESS", "responseMessage": "Deleted file" }