Delete all items on a board via the API

Hi
Is it possible to delete all items from a board via a bulk delete or equivalent API call?
Thanks

Hello @issmith!

There is no bulk action for that.

You can send multiple mutations in the same request if you want. You would have one for each item in the board.

Cheers,
Matias