---
title: "Delete a Social Account"
method: DELETE
path: "/social_accounts/{id}"
tags: ["Social Accounts"]
---

# Delete a Social Account

`DELETE /social_accounts/{id}`

Disconnects a social account from an account or user without deleting the underlying platform account.

## Query parameters

- `account_id` string
- `user_id` string

## Response `200`

user social account disconnected

- object
  - `deleted` boolean, required — Always true.
  - `id` string, required — ID of the disconnected social account.

## Other responses

- `400` — Invalid Parameters
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Resource not found

---

[API](https://skmtc.net/whop/apis/whop-api.md) · [All operations](https://skmtc.net/whop/apis/whop-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/whop/whop-api/versions/db0883548bc5/schema)
