Backend API
cURL
curl --request DELETE \ --url https://api.wacht.dev/users/{user_id}/social-connections/{connection_id} \ --header 'Authorization: Bearer <token>'
{ "message": "Invalid or missing API key" }
Remove a social connection (OAuth) from a user’s account.
This will disconnect the user’s account from the specified social provider.
API key authentication (Bearer token)
User ID (integer as string)
Social connection ID (integer as string)
Social connection deleted successfully
Was this page helpful?