Unmark an order as delivery verified
PUT/orders/delivery_verification/:guid/unmark_as_verified
Puts the order status that delivery_verified replaced back. Takes no body and returns the
updated order. Rejected with 409 UNMARK_DELIVERY_VERIFIED_PAYMENT_EXISTS once a payment
is in flight, unless that payment is on hold.
On automatic flow this endpoint returns 403 ACCESS_DENIED_ERROR.
Request
Responses
- 200
- 401
- 403
- 404
- 409
Order details
Not authenticated
ACCESS_DENIED_ERROR: your account runs the automatic flow, where verification is not yours to set
The requested object does not exist
UNMARK_DELIVERY_VERIFIED_PAYMENT_EXISTS: a payment is in flight and not on hold. UNMARK_DELIVERY_VERIFIED_STATUS_DOES_NOT_MATCH: the order is not delivery_verified.