Skip to main content
DELETE
/
profile-groups
/
{profileGroupId}
Archive Profile Group
curl --request DELETE \
  --url https://api.gominerva.com/tenant-config/v1/profile-groups/{profileGroupId} \
  --header 'x-api-key: <api-key>'
{
  "message": "Profile Group Retrieved Successfully",
  "result": {
    "profileGroup": {
      "id": "665f0d4c2d2f7c2b2f2f2f31",
      "tenantId": "tenant_123",
      "workspaceId": "workspace_live",
      "key": "high-risk",
      "name": "High Risk",
      "priority": 100,
      "archived": false,
      "_v": 1,
      "created": "2026-05-30T14:20:00Z",
      "updatedAt": "2026-05-30T14:25:00Z",
      "description": "Enhanced diligence customers requiring the most frequent monitoring.",
      "archivedAt": null,
      "monitoringFeedFrequencies": {
        "Sanctions": "daily",
        "PEP": "monthly",
        "News": "monthly"
      }
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.gominerva.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

The Minerva API key used for this integration. Manage API keys in the Minerva dashboard under Administration > Developers.

Path Parameters

profileGroupId
string
required

The Minerva-generated profile group ID.

Response

200 - application/json

Profile group archived successfully

message
string
Example:

"Profile Group Retrieved Successfully"

result
object