# Archive identity

Primary identities cannot be archived.

Endpoint: DELETE /people/{personId}/identities/{personIdentityId}
Version: 2025-03-26
Security: oauth2, bearerAuth, apiKeyHeader

## Path parameters:

  - `personId` (string, required)
    A Borrower's unique identifier, tied to a person or a business. Can be Peach or a lender's external identifier.

  - `personIdentityId` (string, required)
    An identity's unique identifier.

## Query parameters:

  - `caseId` (string)
    Optional case ID to be recorded with the change.

