curl --request DELETE \
--url https://developer.synq.io/api/extensions/atlan/workflows/v1/connection-mappings \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"atlanConnectionQualifiedNames": [
"<string>"
]
}'
{}
curl --request DELETE \
--url https://developer.synq.io/api/extensions/atlan/workflows/v1/connection-mappings \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"atlanConnectionQualifiedNames": [
"<string>"
]
}'
{}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Success
The response is of type object
.