Did you find this information useful?
Yes
No
Delete order/instore/qr/seller/collectors/{user_id}/pos/{external_pos_id}/ordersDelete an order whenever you need to with the ID of the user and the external ID.
DELETE
Products that use it:
Request's parameters
user_idstring
Localization: pathUser IdREQUIRED
external_pos_idstring
Localization: pathExternal POS IdREQUIRED
Response parameters
Request
curl
curl -X DELETE \
'https://api.mercadopago.com/instore/qr/seller/collectors/{user_id}/pos/{external_pos_id}/orders' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN \
Answer
json
{}
Errors
400bad_request
invalid_collectorId
invalid_externalPosIdexternalPosId must be present.
invalid_access_tokenAccess denied.
500bad_request
in_store_order_creation_errorFailed to delete order.