---
title: "POST /domains/{DomainName}/profiles/delete"
method: POST
path: "/domains/{DomainName}/profiles/delete"
---

# POST /domains/{DomainName}/profiles/delete

`POST /domains/{DomainName}/profiles/delete`

Deletes the standard customer profile and all data pertaining to the profile.

## Path parameters

- `DomainName` string, required

## Request body

- object
  - `ProfileId` string, required — The unique identifier of a customer profile.

## Response `200`

Success

- DeleteProfileResponse
  - `Message` string — A message that indicates the delete request is done.

## Other responses

- `480` — BadRequestException
- `481` — AccessDeniedException
- `482` — ResourceNotFoundException
- `483` — ThrottlingException
- `484` — InternalServerException

---

[API](https://skmtc.net/aws/apis/customer-profiles.md) · [All operations](https://skmtc.net/aws/apis/customer-profiles/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/customer-profiles/versions/471944106c88/schema)
