---
title: "Delete a profile"
method: DELETE
path: "/profiles/{user_id}"
tags: ["User Profiles"]
---

# Delete a profile

`DELETE /profiles/{user_id}`

Deletes a user's profile and stored contact details. List subscriptions and preferences are separate resources, so remove those too if required.

## Path parameters

- `user_id` string, required

## Response `204`

## Other responses

- `400`

## Changes

- **2026-08-03** `04f69fbf96a5` — 2 info
  - api tag `User Profiles` added
  - api tag `Profiles` removed
- **2026-07-29** `f76bed79a913` — 2 info
  - api tag `Profiles` added
  - api tag `User Profiles` removed
- **2025-10-15** `e67d02739533` — 2 info
  - api tag `User Profiles` added
  - api tag `Profiles` removed

[Change history](https://skmtc.dev/trycourier/apis/courier/changes/profiles/:user_id/delete.md)

---

[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)
