---
title: "Delete profile"
method: DELETE
path: "/profiles/{profileID}"
---

# Delete profile

`DELETE /profiles/{profileID}`

Permanently remove an analysis profile without affecting previously analyzed samples.

## Path parameters

- `profileID` string, required

## Response `200`

Profile deleted.

- object — Empty response confirming deletion.

## Other responses

- `404` — Profile not found.

---

[API](https://skmtc.net/recordedfuture/apis/alert-api.md) · [All operations](https://skmtc.net/recordedfuture/apis/alert-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/recordedfuture/alert-api/versions/c8c2f68d8b60/schema)
