Endpoint
DELETE /v1/profiles/{profileId}
Request
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.
This permanently deletes the profile along with all folders, items, and analysis results. This action cannot be undone.
Error Codes
| Status | Code | Description |
|---|
| 404 | PROFILE_NOT_FOUND | Profile not found |