---
title: "Deletes a social link"
method: DELETE
path: "/v1/groups/{groupId}/social-links/{socialLinkId}"
tags: ["Groups"]
---

# Deletes a social link

`DELETE /v1/groups/{groupId}/social-links/{socialLinkId}`

## Path parameters

- `groupId` integer, required
- `socialLinkId` integer, required

## Response `200`

OK

- RobloxWebWebAPIApiEmptyResponseModel

## Other responses

- `400` — 1: Group is invalid or does not exist. 10: The social link is not for a group. 15: The social link id doesn't match the group id.
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed 2: You do not have permission to configure this social link. 13: Only users who are over thirteen years of age may edit social links.
- `404` — 11: Social links cannot be processed as this time.

---

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