---
title: "Delete ideal-creator profile"
method: DELETE
path: "/samples/profiles/{profile_id}"
tags: ["Samples"]
---

# Delete ideal-creator profile

`DELETE /samples/profiles/{profile_id}`

Delete a profile and unlink it from every product config that referenced it — those products keep their other criteria. Requires `read_write` scope and a single shop. `profile_id` is re-checked against this shop before the delete — a foreign ID returns 404.

## Path parameters

- `profile_id` integer, required

## Response `200`

Successful Response

- SuccessResponse
  - `success` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/reacherapp/apis/reacher-data-api.md) · [All operations](https://skmtc.dev/reacherapp/apis/reacher-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/reacherapp/reacher-data-api/revisions/5eefff009b5b/schema)
