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>'
{
  "error": "Unauthorized"
}

Authorizations

Authorization
string
header
required

JWT Bearer token authentication using the Authorization header

Path Parameters

user_id
string
required

(i64 formatted as string)

connection_id
string
required

(i64 formatted as string)

Response

Social connection deleted successfully