When trying to delete a tenant I am getting error
Tenant deletion property Tenant.TenantDelete is not enabled in carbon.xml file.
I added the following to deployment.toml
[Tenant]
TenantDelete=true
ListenerInvocationPolicy.InvokeOnDelete=false
Because modifying carbon.xml's TenantDelete property was not being persisted. Still, after applying these changes I am getting the same error during delete.