---
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
- `409` — Conflict

## Changes

- **2026-08-11** `a01100378e59` — 1 info
  - added the non-success response with the status `409`
- **2026-08-07** `f1020c3ecda4` — 4 info
  - added the optional property `error/code` to the response with the `400` status
  - added the optional property `error/code` to the response with the `401` status
  - added the optional property `error/code` to the response with the `403` status
  - added the optional property `error/code` to the response with the `404` status
- **2026-07-26** `60bbb4a6ffbc` — 1 breaking, 2 info
  - the response's body type/format changed from `boolean`/`` to `object`/`` for status `200`
  - added the required property `deleted` to the response with the `200` status
  - added the required property `id` to the response with the `200` status

[Change history](https://skmtc.dev/whop/apis/whop-api/changes/social_accounts/:id/delete.md)

---

[API](https://skmtc.dev/whop/apis/whop-api.md) · [All operations](https://skmtc.dev/whop/apis/whop-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/whop/whop-api/revisions/9e320991dd2f/schema)
