I am trying to delete a company in apigee edge, but I receive this error:
Error deleting Company
Cannot delete Developer [name] used in Developer_Terms_And_Conditions.
How modify terms and conditions in Edge to delete the company?
I am trying to delete a company in apigee edge, but I receive this error:
Error deleting Company
Cannot delete Developer [name] used in Developer_Terms_And_Conditions.
How modify terms and conditions in Edge to delete the company?
@aatth1 , Welcome to Apigee Community
I am unable to reproduce above error. Are there any steps to reproduce above issue ?
Unfortunately I have no idea , the problem is I don’t know neither where developer terms and conditions is saved using Apigee edge.
If I try to delete the company using the management API:
curl -X DELETE --header "Authorization: Basic xxx" "https://api.enterprise.apigee.com/v1/organizations/myorg/companies/mycomp"
I obtain:
{
"code": "mint.stillReferenced",
"message": "Cannot delete Developer [mycomp] used in Developer_Terms_And_Conditions",
"contexts": []
}<br>
Were you able to resolve this issue?
I have the same error. Any possible resolutions?