Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

integration connections - cannot delete or suspend connection

After making a integration connection, the resource cannot be deleted or suspended.
Here are some screenshots and CLI outputs.

rhadaway14_0-1726002270424.png

rhadaway14_1-1726002291931.pngrhadaway14_2-1726002330250.png

 

rhadaway14_3-1726002368567.pngrhadaway14_4-1726002399106.png

Has anybody seen something like this.



 

0 4 261
4 REPLIES 4

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.

rhadaway14_0-1726068952475.png

 



 

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:

  • Check for Ongoing Operations: Resources might be in a state that prevents modification or deletion due to ongoing internal operations. Ensure there are no active event subscriptions affecting the resource. Try waiting for a short period and then attempt to delete or suspend the connection again.
  • Verify IAM roles and permissions: Ensure that your service account has the Connector Admin role to delete or suspend the connection.
  • Review Logs: If you have access to the Google Cloud Console, review the Integration Connectors logs for any additional error details that may provide more insight into the issue.

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?

Top Labels in this Space