Removes an external service connection from the authenticated user’s profile.
curl --request DELETE \
--url https://api.fluxer.app/v1/users/@me/connections/{type}/{connection_id} \
--header 'Authorization: <api-key>'{
"code": "ACCESS_DENIED",
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}curl --request DELETE \
--url https://api.fluxer.app/v1/users/@me/connections/{type}/{connection_id} \
--header 'Authorization: <api-key>'{
"code": "ACCESS_DENIED",
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}