# Delete manifest by external ID Endpoint: DELETE /integration/rest/api/v1/manifest/{manifestExternalId} Version: v1 Security: X-AUTH-KEY ## Path parameters: - `manifestExternalId` (string, required) Unique external id of the manifest. External id is often an id based on the WMS Zimark is integrated with, e.g. an order id. Example: "MAN-2024-001" ## 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