It's currently possible to delete users via the Admin Panel -- if you hover over the card, a red trash icon appears in the bottom right. If you click it, a confirmation modal appears.
We'd like to add the same behavior for deleting agencies! It should work similarly with the red trashcan and the confirmation modal.
The backend API for this is/admin/agency/<id> DELETE.
It's currently possible to delete users via the Admin Panel -- if you hover over the card, a red trash icon appears in the bottom right. If you click it, a confirmation modal appears.
We'd like to add the same behavior for deleting agencies! It should work similarly with the red trashcan and the confirmation modal.
The backend API for this is
/admin/agency/<id> DELETE
.