The Delete Run API provides GBStudio client developers a facility for deleting a Run and all related data and files that are attached to the Run.
Making The Request |
To access the Delete Run API, use:
https://gbs.autodesk.com/gbs/api/v1/un/delete/runId/altRunId/responseFormat
responseFormat may be either of the following values:
Request Method |
GET
API Responses |
Delete Run API responses are returned in the format indicated in the responseFormat within the request URL.
JSON Output Example |
True |
XML Output Example |
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/"> true</boolean> |