The Delete Project API provides Green Building Studio client developers a facility for deleting a project and all related data and files that are attached to the project.
Making the request |
To access the Delete Project API, use: https://gbs.autodesk.com/gbs/api/v1/project/delete/projectId/responseFormat
where projectId is the unique identification of the project you want to delete.
responseFormat may be either of the following values:
Request Method |
GET
API Responses |
Delete Project 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> |