Tenant actions are the main way used to interact with tenant data on the Fortress platform. This is the way to guarantee that data only comes from a specific tenant. Fortress will ensure tenant isolation using this method. Once a tenant is connected, all queries will only return that tenant’s data.
# @param id [String] The tenant ID.# @return [void]client.delete_tenant('id')
Important Note: Deleting a tenant using this will just remove the connection to the database but will not delete the data. We are working on this feature soon!