Values.DeleteDeliveryRequestSourceDeletes a delivery. A delivery is a connection between a logical delivery source and a logical delivery destination. Deleting a delivery only deletes the connection between the delivery source and delivery destination. It does not delete the delivery destination or the delivery source.
type nonrec t = {id : DeliveryId.t;The unique ID of the delivery to delete. You can find the ID of a delivery with the DescribeDeliveries operation.
*)}