Deletes a badge.
The deleteBadge()
function returns a Promise that resolves when the specified badge is deleted.
The badgeId
parameter must be an ID from your site's Members/Badges
collection. Typically, you retrieve the ID from the collection using a query or through a dataset.
This function requires elevated permissions and runs only on the backend and on dashboard pages.
Badge ID.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.