Hello monday.com Community,
I’m currently working with the monday.com API to programmatically create new boards. However, I’ve noticed that each time I create a board, it comes pre-populated with default groups, columns, and items.
Is there a way to create a new board via the API without these default elements, so I can start with a completely blank board?
I am aware that I can retrieve the default IDs for item types and create a new mutation to delete them. However, I’m seeking a more streamlined approach, if available.
Thank you for your assistance.