Hello,
I need to delete a tenant from a portal. I found this documentation
but I can’t make it work . the ports seems to be wrong
Release : 5.1
Component : API PORTAL
To list the tenants run from the portal install directory (/opt/apim-portal-5.1-final) .
curl --request GET "https://apim-ssg.portaldomain:9443/provision/tenants" --cert ./certs/apim.pem --key ./certs/apim.pem -kv
to delete a tenant :
curl --request DELETE "https://apim-ssg.portaldomain:9443/provision/tenants/<tenantid>" --cert ./certs/apim.pem --key ./certs/apim.pem -kv