---
title: "Delete profile"
method: DELETE
path: "/api/v2/server-side-api/profile/"
tags: ["Profile"]
---

# Delete profile

`DELETE /api/v2/server-side-api/profile/`

Delete user profile

## Headers

- `adapty-customer-user-id` string
- `adapty-profile-id` string

## Response `204`

Profile deleted successfully

## Other responses

- `401` — Unauthorized
- `404` — Profile not found
- `500` — Internal server error

---

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