UPS Cancel Collection

Cancels a scheduled UPS collection (pickup). Use it when a pickup is no longer needed.

What it does

  • Sends a cancel request to UPS for the given collection ID.
  • Returns whether UPS accepted the cancellation.
  • Treats an already-cancelled collection as success.

Notes

  • The Collection ID is the UPS pickup reference number (PRN).

Inputs

NameTypeDescription
Collection IDStringUPS collection ID

Outputs

NameTypeDescription
SuccessBooleanwhether managed to cancel the collection

Notes

API reference