---
title: "Remove social link"
method: DELETE
path: "/v1/account/social-links/{platform}"
tags: ["profiles"]
---

# Remove social link

`DELETE /v1/account/social-links/{platform}`

Remove a social link from the authenticated user's profile.

The platform name is case-insensitive (e.g., "GitHub" and "github" both work).

Authentication: `Authorization: Bearer <CLIENT_JWT>`

## Path parameters

- `platform` string, required — Platform to remove (e.g., 'twitter')

## Headers

- `authorization` string, nullable — Bearer JWT issued by Grove that identifies the account.

## Response `200`

Successful Response

- MessageResponse — Generic response model for operations that return a message.
  - `message` string, required — Response message

## Other responses

- `401` — Missing or invalid JWT
- `404` — Social link not found for the given platform
- `422` — Validation Error

---

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