How to properly delete a source and destination using Airbyte API? #51531
MaryKilewe
started this conversation in
Guides & Tutorials
Replies: 1 comment
-
@MaryKilewe assuming you're using the OSS product, there's actually a separate URL pattern that's needed here: include I realize the examples in the API itself are optimized for Cloud and do not reflect this at all. There's now an open issue now for this very thing, just as an FYI: #56965. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When i use the curl method below while testing airbyte cloud, i keep getting a 403 forbidden error even though the token is correct and can be used to get a list of all sources . What is wrong with this curl command? Am i Missing something? I'm using this reference documentation https://reference.airbyte.com/reference/deletesource
curl --request DELETE
--url https://api.airbyte.com/v1/sources/2fdba0bb-03b4-4be2-80ed-122a551a0189
--header 'authorization: Bearer '
Beta Was this translation helpful? Give feedback.
All reactions