Unlink a Batch from a Shipment (EVM Rollback)
DELETE/api/v1/enterprise/eudr/shipments/:batchId/shipment/:shipmentId
Asynchronously rollback the Hedera smart contract lock, freeing the batch for reassignment. Essential for logistics cancellations at the port.
Request
Responses
- 202
- 400
Smart contract unlock initiated asynchronously
Response Headers
X-RateLimit-Limit
The maximum number of requests you're permitted to make per hour.
X-RateLimit-Remaining
The number of requests remaining in the current rate limit window.
X-RateLimit-Reset
The time at which the current rate limit window resets in UTC epoch seconds.
Bad Request (e.g., Invalid Batch ID)
Response Headers
X-RateLimit-Limit
The maximum number of requests you're permitted to make per hour.
X-RateLimit-Remaining
The number of requests remaining in the current rate limit window.
X-RateLimit-Reset
The time at which the current rate limit window resets in UTC epoch seconds.