VMware Cloud Director
This is due to multiple Solution Landing Zones created with multiple tenants. One of the tenants used for testing the configuration was also deleted.
curl -k -v -X GET "https://<VCD FQDN or IP> /cloudapi/1.0.0/entities/types/vmware/solutions_organization/1.0.0" --header "Accept:application/*;version=38.1" --header "Authorization: Bearer <token>" > /opt/vmware/vcloud-director/data/transfer/apioutput.txt
For each entry, carry out the delete with the below request:curl -k -v -X DELETE "https://<VCD FQDN or IP>/cloudapi/1.0.0/entities/<each URN from the GET request>" --header "Accept:application/*;version=38.1" --header "Authorization: Bearer <token>"
Refer the article for steps to establish an API connection in VMware Cloud Director.