DELETE /admin/commission-rates/:id.
Usage
Input
IDs of the commission rates to delete.
Result
No return value; the rates are soft-deleted.
Hooks
commissionRatesDeleted— runs after deletion with{ ids }.
Soft-delete commission rates after validating they can be removed.
DELETE /admin/commission-rates/:id.
commissionRatesDeleted — runs after deletion with { ids }.