# Hard delete a source identity Permanently removes all information and history associated with a specific source + nativeId across the LINK database. This also removes merge/unmerge history associated with that source identity. Use with caution. Endpoint: POST /deleteSourceIdentity Version: 2026.1.2 Security: bearerAuth ## Request fields (application/json): - `auditId` (string) Unique audit identifier for correlating requests and responses. - `auditLogMap` (object) Map of string keys to string values. - `trackingId` (string) Optional client-defined correlation ID. - `content` (object) Hard delete all information associated with a source. - `content.source` (object, required) Tracks an identity back to its source system. - `content.source.date` (string) - `content.source.name` (string) Unique source system name across Verato. - `content.source.id` (string) Native ID of the identity within the source. ## Response 200 fields (application/json): - `auditId` (string) Unique audit identifier for correlating requests and responses. - `success` (boolean) Indicates whether the business operation succeeded. - `unparsedJson` (string) Raw response payload, for debugging or migration. - `warnings` (array) Non-fatal warnings generated by the operation. - `retryableError` (boolean) Indicates whether an error is transient and the request may be retried. - `message` (string) Human-readable status message. - `errors` (array) Error messages if success is false. - `trackingId` (string) Echo of the request trackingId, if provided. - `content` (object) Hard delete source response content. - `content.linkIdsModified` (array) - `content.linkIdsDeleted` (array)