person.issuedIdentifier.delete

Remove an IssuedIdentifier entity associated with person

POST http://api.kompliant.com/person.issuedIdentifier.delete (OpenAPI specification)

Usage Info

This method permanently deletes a IssuedIdentifier entity from the system. Use with caution as this operation cannot be undone. Typically used when issuedIdentifier information is incorrect or when issuedIdentifier is no longer active.

Request

Authentication: KSig1-HMAC-SHA256

Parameters

ParameterTypeRequiredDescription
issued_identifier_idstringYesThe ID of the IssuedIdentifier.

Example

{
  "issued_identifier_id": "pii_6zNzQZHSf26V83BO3uW6dS"
}

Response

Data

An empty data object is returned when the completion is successful.

Example

{
  "meta": {
    "status": "SUCCESS",
    "trace_id": "trc_6zNzQZHSf26V83BO3uW6dS",
    "version": "2025-03-24"
  },
  "data": {}
}

Errors

Error CodeHTTP CodePossible Cause
BAD_REQUEST400Required parameters not provided.
ENTITY_NOT_FOUND400The issued_identifier_id provided does not exist.