# Delete manifest asset loading record by marker value Deletes an unassigned (non-expected) asset loading record by marker value. Endpoint: DELETE /integration/rest/api/v1/manifest/{manifestExternalId}/asset-loading/marker/{markerValue} Version: v1 Security: X-AUTH-KEY ## Path parameters: - `manifestExternalId` (string, required) Unique external identifier of the manifest Example: "MAN-2024-001" - `markerValue` (string, required) Marker value Example: 33123456123 ## Response 400 fields (*/*): - `code` (string) Error code - `message` (string) Error message - `timeStamp` (integer) Timestamp - `correlationId` (string) Correlation id ## 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