# BIM API ## Module Name ### `GET api/v1/Project/DeleteProject` - delete project **Request** | Parameter | Description | Schema | | ------------ | ----------- | ------ | | projectId | | number | **Response** | Parameter | Description | Schema | | ------------ | ----------- | ------ | | data | | boolean | #### Example Response ```json { "data": true "status": 0, "message": "string" }