deleteBoard
Description
Allows for the removal of a specific board from the system. Deleting a board typically involves permanently removing all associated data and configurations.
Parameters
Return Type
bool
true if the delete occurred
Example
return deleteBoard(12345);
See also
Peacock