(client *client.Client, itemToDelete *buildinformation.BuildInformation)
| 120 | } |
| 121 | |
| 122 | func delete(client *client.Client, itemToDelete *buildinformation.BuildInformation) error { |
| 123 | return buildinformation.DeleteByID(client, client.GetSpaceID(), itemToDelete.GetID()) |
| 124 | } |