> ## 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 a profile and all associated folders and items.

## Endpoint

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

## Request

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

## Response (204 No Content)

No response body.

<Warning>
  This permanently deletes the profile along with **all folders, items, and analysis results**. This action cannot be undone.
</Warning>

### Error Codes

| Status | Code                | Description       |
| ------ | ------------------- | ----------------- |
| 404    | `PROFILE_NOT_FOUND` | Profile not found |
