Sign in

Remove order item check-in

documented

Remove the check-in status for an order item.

DELETE /v1/manifest/checkinOrderSessionManifestno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.rezdy.com/v1/manifest/checkinOrderSession?orderNumber={{$orderNumber}}&productCode={{$productCode}}&startTime={{$startTime}}" \
  -X DELETE \
  -H "Content-Type: application/json; charset=UTF-8" \
  -H "Accept: application/json" \
  -H "apiKey: {{REZDY_API_KEY}}"
Remove order item check-in · Rezdy · OpenIntegrations