> ## Documentation Index
> Fetch the complete documentation index at: https://developers.argosidentity.com/llms.txt
> Use this file to discover all available pages before exploring further.

# DELETE /profiles/:profileId

> 프로필과 연결된 모든 폴더 및 아이템을 삭제합니다.

## 엔드포인트

```
DELETE /v1/profiles/{profileId}
```

## 요청

```bash theme={null}
curl -X DELETE "http://client-omni-api.argosidentity.com/v1/profiles/{profileId}" \
  -H "x-api-key: your-api-key-here"
```

## 응답 (204 No Content)

응답 본문이 없습니다.

<Warning>
  프로필과 함께 **모든 폴더, 아이템, 분석 결과**가 영구 삭제됩니다. 이 작업은 되돌릴 수 없습니다.
</Warning>

### 에러 코드

| 상태  | 코드                  | 설명           |
| --- | ------------------- | ------------ |
| 404 | `PROFILE_NOT_FOUND` | 프로필을 찾을 수 없음 |
