curl --request DELETE \
--url https://api.getsly.ai/v1/v1/ucp/identity/linked-accounts/{id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Revokes all tokens associated with the linkage and removes it.
curl --request DELETE \
--url https://api.getsly.ai/v1/v1/ucp/identity/linked-accounts/{id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}