deletebuild.do
The deletebuild.do
call deletes the most recent static build of an existing application in the portfolio.
Before using this API, Veracode strongly recommends that you read API usage and access guidelines. Ensure you access the APIs with the domain for your region.
Resource URL
https://analysiscenter.veracode.com/api/5.0/deletebuild.do
Parameters
Name | Type | Description |
---|---|---|
app_id Required | Integer | Application ID. |
sandbox_id | Integer | The ID of the sandbox that contains the static build to delete. |
HTTPie example
The deletebuild.do
call returns the deletebuildresult
XML document, which references the deletebuildresult.xsd
schema file. You can use the XSD schema file to validate the XML data.
<?xml version="1.0" encoding="UTF-8"?>
<deletebuildresult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://analysiscenter.veracode.com/schema/deletebuildresult"
xsi:schemaLocation="https://analysiscenter.veracode.com/schema/apiresult/deletebuildresult.xsd"
account_id="28823" app_id="61230">
<result>success</result>
</deletebuildresult>