curl --request DELETE \
--url https://api.example.com/api/v1/connected-accounts/{id} \
--header 'Authorization: Bearer <token>'{
"code": "BAD_REQUEST",
"message": "<string>"
}Revoke a connected account. All associated tokens are invalidated.
curl --request DELETE \
--url https://api.example.com/api/v1/connected-accounts/{id} \
--header 'Authorization: Bearer <token>'{
"code": "BAD_REQUEST",
"message": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.meteroid.com/llms.txt
Use this file to discover all available pages before exploring further.