---
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`

---

[API](https://skmtc.net/trycourier/apis/courier.md) · [All operations](https://skmtc.net/trycourier/apis/courier/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trycourier/courier/versions/04f69fbf96a5/schema)
