---
title: "Unsubscribe a user profile from a list"
method: DELETE
path: "/lists/{list_id}/subscriptions/{user_id}"
tags: ["Lists"]
---

# Unsubscribe a user profile from a list

`DELETE /lists/{list_id}/subscriptions/{user_id}`

Removes one user's subscription to a list, addressed by list id and user id. The user's profile and other subscriptions are separate resources.

## Path parameters

- `list_id` string, required
- `user_id` string, required

## Response `204`

## Other responses

- `404`

---

[API](https://skmtc.dev/trycourier/apis/courier.md) · [All operations](https://skmtc.dev/trycourier/apis/courier/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trycourier/courier/revisions/cb8586034158/schema)
