---
title: "Remove Friend"
method: POST
path: "/api/friends/remove/{friend_id}"
tags: ["friends"]
---

# Remove Friend

`POST /api/friends/remove/{friend_id}`

Remove an existing friendship with another user.

Ends any active friend streak partnership with the friend (best effort)
before removing the bidirectional friendship rows.

## Path parameters

- `friend_id` string, required

## Headers

- `x-user-id` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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