After making a integration connection, the resource cannot be deleted or suspended.
Here are some screenshots and CLI outputs.
Has anybody seen something like this.
Hi rhadaway14
Can you please follow the below steps
1. Need to use this api --https://cloud.google.com/integration-connectors/docs/reference/rest/v1/projects.locations.connections/delete
2.Input to be provided in this format
```projects/ABC-apim-apigee-x/locations/europe-west3/connections/apigee-ABC-connection```
Where ABC-apim-apigee-x to be replaced with project name and europe-west3 with your connection location and apigee-ABC-connection with your connection name which you want to delete.
Hope this helps.
Hi @sunita-mv,
I did try that api:
curl -X DELETE -H "Authorization: Bearer $(gcloud auth print-access-token)" "https://connectors.googleapis.com/v1/projects/cb-stream-435117/locations/us-east1/connections/google..."
Unfortunately it still returned an internal server error.
Hi @rhadaway14,
I understand that despite using the correct API endpoint, you’re still encountering an internal server error.
In addition to the workarounds provided by @sunita-mv, you can also try the following troubleshooting methods below:
You can also refer to this documentation for known issues related to Integration Connectors.
I hope the above information is helpful.
Hi @rhadaway14,
We have pushed a fix to resolve this issue, could you please try deleting the connection and confirm if its working or not?