How to properly delete a source and destination using Airbyte API? #51531
MaryKilewe
started this conversation in
Guides & Tutorials
Replies: 0 comments
# for free
to join this conversation on GitHub.
Already have an account?
# 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