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

# Delete account profile

`DELETE /profiles/{account}`

## Path parameters

- `account` string, required

## Headers

- `organization` string, required

## Response `200`

Account profile deleted

- ProfileResponseDto
  - `id` string — Profile ID
  - `address` string — Address
  - `phone` string — Phone number
  - `custom_fields` Map
    - `key` string, required — Custom field name
    - `value` string, required — Value
  - `account` string — Account ID
  - `avatar` string — Avatar ID
  - `created_at` string — Date and time the profile was created

---

[API](https://skmtc.net/fanhero/apis/tenant-endpoints.md) · [All operations](https://skmtc.net/fanhero/apis/tenant-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fanhero/tenant-endpoints/versions/8e7584c449dc/schema)
