@mark-robustelli I used the Ruby Sdk
client = FaClient.client
client.delete_tenant_async("the-uuid-of-the-tenant")
When I try to delete again via the API I get an error about it already being deleted. In the UI there is no delete button.
I will say I think the issue is with the server being overloaded, ethier the db or FA. Because most of the tenants I deleted worked fine without issue.