Backend API
Remove a social connection from a user account
cURL
curl --request DELETE \ --url https://api.wacht.dev/users/{user_id}/social-connections/{connection_id} \ --header 'Authorization: Bearer <token>'
{ "error": "Unauthorized" }
JWT Bearer token authentication using the Authorization header
(i64 formatted as string)
Social connection deleted successfully