Skip to end of banner
Go to start of banner

deleteBoard

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

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

  • No labels