Backend API
Remove a social account connection from a user
cURL
curl --request DELETE \ --url https://api.wacht.dev/users/{user_id}/social-connections/{connection_id} \ --header 'Authorization: Bearer <token>'
{ "message": "Resource not found" }
API key authentication (Bearer token)
Social connection removed successfully
Was this page helpful?