Skip to main content
DELETE
/
users
/
{user_id}
/
social-connections
/
{connection_id}
Delete User Social Connection
curl --request DELETE \
  --url https://api.wacht.dev/users/{user_id}/social-connections/{connection_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Path Parameters

user_id
string
required
connection_id
string
required

Response