Convert destroy operations to return promises.
Review Request #11641 — Created June 1, 2021 and submitted — Latest diff uploaded
This change updates the destroy operations for various objects to use
promises and async/await, rather than relying on callbacks.
- Ran js-tests.
- Tested deleting comments, group memberships, and other affected
objects.