Hello!
I started creating an app with a feature of type custom object. When I first install the app everything is fine and there are no standard items (Item 1, Item 2, …) created. As soon as I send an API call to retrieve all boards e.g. using the API explorer (https://monday.com/developers/v2/try-it-yourself) with the following query:
query getAllBoardNames {
boards {
name
items_count
type
}
}
there are 5 standard items created. Is there a way to prevent that?
Or is there a way to delete these items again once they are created?