[API] deleting connections doesn't work #33069
Replies: 4 comments 11 replies
-
Hi Nacho, What does your delete request look like at the moment? If you can share this, I'll investigate further A 405 error usually happens when a client attempts to use an HTTP method that is not allowed by the server. For example, this can occur when a user tries to use a method such as PUT or DELETE on a resource that only allows GET or POST requests. I'd also advise trying this with the latest version of Airbyte to see if the same error is returned |
Beta Was this translation helpful? Give feedback.
-
Nacho can I ask what interface you're using here to send your request to the API? What authentication are you using? If you use a simple I've tried this locally on the latest version of Airbyte and was able to delete a test connection of mines, like so:
Thanks! |
Beta Was this translation helpful? Give feedback.
-
I tried and this happend Really, Idk whats going on here, its super weird |
Beta Was this translation helpful? Give feedback.
-
hi I also have this issue, but if I send other requests, they will return the HTML code to me |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there!
Im using the API for deleting connections, following the docs
(https://airbyte-public-api-docs.s3.us-east-2.amazonaws.com/rapidoc-api-docs.html#post-/v1/connections/delete,
https://reference.airbyte.com/reference/deleteconnection
Yes, I tried with this 2 options :sonrisa: )
but when I tried, response this.
Why this happen? If I use the API for the rest of actions and work fine.
Why Im not allowed?
Btw, I tried this code in 2 different versions of Airbyte. (0.40.26) and (0.50.29)
Beta Was this translation helpful? Give feedback.
All reactions