---
title: "Delete Profile"
method: DELETE
path: "/api/v2/core/profiles/{profileId}"
tags: ["Profile"]
---

# Delete Profile

`DELETE /api/v2/core/profiles/{profileId}`

Deletes a specific profile given a profile id

## Path parameters

- `profileId` string, required

## Headers

- `Authorization` string, required

## Response `200`

OK

- ProfileAsyncSchema
  - `transactionId` string, nullable

---

[API](https://skmtc.net/eightfold/apis/api-server-v2-service-service.md) · [All operations](https://skmtc.net/eightfold/apis/api-server-v2-service-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eightfold/api-server-v2-service-service/versions/0fb26f4e41bf/schema)
