---
title: "Delete a Discovery Agent creator profile"
method: DELETE
path: "/discovery/profiles/{profile_id}"
tags: ["Discovery Agent"]
---

# Delete a Discovery Agent creator profile

`DELETE /discovery/profiles/{profile_id}`

Soft-delete one brief. The row is retained and marked deleted, so the profile disappears from `GET /discovery/profiles` but any Vault list already saved from it is untouched — deleting the brief never deletes creators you saved.

Returns 404 if the profile does not exist or belongs to another shop. Requires `read_write` scope. Single-shop only.

## Path parameters

- `profile_id` integer, required — Discovery Agent profile ID.

## Headers

- `Idempotency-Key` string, nullable

## Response `200`

Successful Response

- DeleteProfileResponse — Response model for profile deletion
  - `success` boolean, required
  - `message` string, required

## Other responses

- `400` — Validation error, or a missing/oversized Idempotency-Key.
- `403` — API key lacks `read_write` scope (`WRITE_NOT_PERMITTED`).
- `404` — Resource does not exist, or belongs to another shop.
- `409` — Idempotency conflict, or the resource already exists.
- `422` — Validation Error
- `429` — Write-tier rate limit (10/min, 50/hour, 100/day) exceeded.

---

[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/d4fe3e380424/schema)
