Delete shape itemdelete https://api.miro.com/v2/boards/{board_id}/shapes/{item_id}Deletes a shape item from the board.Required scope boards:write Rate limiting Level 3Path Paramsboard_idstringrequiredUnique identifier (ID) of the board from which you want to delete the item.item_idstringrequiredUnique identifier (ID) of the item that you want to delete.Responses 204Shape item deleted 400Malformed request 404Invalid access 429Too many requestsUpdated 19 days ago