# Delete manifest track record Removes a specific track record association from a manifest. This does not delete the track record itself, only its association with the manifest. Endpoint: DELETE /integration/rest/api/v1/manifest/{manifestExternalId}/track-record/{trackIdentifier} Version: v1 Security: X-AUTH-KEY ## Path parameters: - `manifestExternalId` (string, required) Unique external identifier of the manifest Example: "MAN-2024-001" - `trackIdentifier` (string, required) Unique identifier of the track record to remove from the manifest Example: "TRACK-123456" ## Response 404 fields (*/*): - `code` (string) Error code - `message` (string) Error message - `timeStamp` (integer) Timestamp - `correlationId` (string) Correlation id ## Response 500 fields (*/*): - `code` (string) Error code - `message` (string) Error message - `timeStamp` (integer) Timestamp - `correlationId` (string) Correlation id