Recidiviz / justice-counts

Technical infrastructure for the Justice Counts initiative
GNU General Public License v3.0
2 stars 0 forks source link

[Admin Panel] Make it possible to delete agencies #1300

Closed lilidworkin closed 6 months ago

lilidworkin commented 7 months ago

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.