Return Envelopes
Cancel Return Envelope Order
Cancels the return envelope order by orderID for the return envelope by id. Note that this operation cannot be undone.
delete/print-mail/v1/return_envelopes/{id}/orders/{orderID}
Path parameters
idstring required
The ID of the return envelope.
orderIDstring required
The ID of the return envelope order to cancel.
Query parameters
expand[]string[]
Pass expand[]=returnEnvelope to expand the order's returnEnvelope field into the full return envelope object.
Response
The cancelled return envelope order.