object dashboard.delete(array dashboardids)
This method allows to delete dashboards.
This method is available to users of any type. Permissions to call the method can be revoked in user role settings. See User roles for more information.
(array)
IDs of the dashboards to delete.
(object)
Returns an object containing the IDs of the deleted dashboards under the dashboardids
property.
Delete two dashboards.
Response:
CDashboard::delete() in ui/include/classes/api/services/CDashboard.php.