---
title: "Remove a friend"
method: DELETE
path: "/v2/friends/{xuid}"
tags: ["friends"]
---

# Remove a friend

`DELETE /v2/friends/{xuid}`

Remove a player from your friends list.

## Path parameters

- `xuid` string, required

## Response `200`

Friend removed successfully

## Other responses

- `401` — Invalid or missing API key
- `429` — Rate limit exceeded

---

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